-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
74 lines (74 loc) · 1.16 KB
/
style.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
body {
/* align-items: center; */
background-image: url("bg1.jpg");
}
.frm {
/* align-items: center; */
width: 150px;
height: 150px;
padding: 75px;
border: 4px solid;
font-size: large;
text-align: center;
}
legend {
text-align: center;
right: 10px;
}
.password {
width: 150px;
height: 20px;
border-radius: 5px;
/* margin-top: 20px; */
}
.password:hover {
background-color: blanchedalmond;
}
.username:hover {
background-color: aquamarine;
}
.username {
width: 150px;
height: 20px;
border-radius: 5px;
/* margin-top: 20px; */
}
.sub {
width: 85px;
height: 30px;
margin-top: 20px;
border-radius: 5px;
background-color: blueviolet;
}
.pss {
margin-top: 20px;
}
.sub:hover {
background-color: aqua;
}
.usr {
margin-top: 20px;
}
.navbar {
background-color: black;
border-radius: 30px;
}
.navbar li {
float: left;
list-style: none;
margin: 13px 20px;
}
.navbar ul {
overflow: auto;
}
.navbar li a {
padding: 3px 3px;
text-decoration: none;
color: white;
}
#btnc {
background-color: rgb(93, 93, 198);
}
#btnc:hover {
color: aquamarine;
}