-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
82 lines (81 loc) · 1.21 KB
/
styles.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
p{
font-size: 51px;
}
.a{
margin-left: 570px;
margin-top: -550px;
}
.b{
width: 100px;
height: 100px;
}
.c :hover{
color: black;
}
#textbox{
width: 450px;
height: 50px;
margin-left: 60px;
}
#password{
width: 450px;
height: 50px;
margin-left: 60px;
}
.d :hover{
background-color: rgb(234, 230, 230);
}
.e{
border-radius: 25px;
width: 100px;
height: 50px;
border-color: rgb(12, 114, 223);
color: blue;
}
.f{
background-color: rgb(24, 112, 219);
border-radius: 25px;
width: 470px;
height: 50px;
color: white;
margin-left: 50px;
border: 5px solid rgb(24, 112, 219);
font-size: 20px;
}
a{
text-decoration: none;
}
nav :hover{
text-decoration: no underline;
}
td nav a{
color: grey;
}
td nav a:hover{
color: black;
}
.y{
border-radius: 25px;
width: 470px;
height: 35px;
margin-left: 50px;
font-size: 20px;
border: 1px solid black;
}
.z{
border-radius: 25px;
width: 470px;
height: 45px;
margin-left: 50px;
font-size: 20px;
border: 1px solid black;
}
span{
margin-left: 270px;
}
.e:hover{
background-color: rgb(170, 181, 185);
}
.f:hover{
background-color: blue;
}