-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
52 lines (46 loc) · 950 Bytes
/
main.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
header {
background-image:url("1713689654731.png") ;
background-position: top left;
position:relative;
width: 100%;
height: 400px;
margin: 0px;
}
.mine {
width: 150px;
height: 150px;
}
h1{
border-style: double dotted solid;
border-color: rgb(255, 134, 134) rgb(247, 247, 250) pink ;
border-width: 5px;
}
body {
background-color: rgb(1, 3, 3);
color: white ;
}
.login{
vertical-align: middle;
background-color: rgb(110, 60, 168);
border-radius: 10px;
opacity: 1;
margin-left: 40px;
border-style:none;
box-shadow: pink;
padding-bottom: 20px;
padding-left: 20px;
margin-right:40px ;
}
.fops{
width: 50%;
height: 50%;
opacity: 0.5;
transition-delay: 2s;
transition: 1s;
}
img:hover {
border-radius: 20px;
opacity: 1;
cursor: pointer;
transition: 2s;
}