-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyes_pass.css
98 lines (98 loc) · 1.63 KB
/
yes_pass.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
.row1 {
border: 1px thick lightskyblue;
height: 60px;
color: white;
background-color: skyblue;
}
.row2 {
height: 100px;
color: white;
background-color: skyblue;
}
.col-md-2 {
position: relative;
width: 100%;
top: 14px;
padding-left: 0;
padding-right: 0;
}
h1{
margin-left: 7px;
font-size: 40px;
color: white;
margin-top: 7px;
}
#i01{
text-align: center;
font-size: 50px;
margin-left: 10px;
color: white;
border: 1px solid black;
width: 70px;
height: 70px;
background-color: lightcoral;
padding: 10px;
}
.a01:visited {
background-color: rgb(104, 177, 104);
color: white;
}
#i02 {
font-size: 40px;
margin-left: 45%;
color: white;
margin-top: 15px;
}
.list-group-item {
background-color: rgb(104, 177, 104);
height: 116px;
font-size: 23px;
color: white;
}
.a01:hover {
background-color: rgb(104, 177, 104);
color: white;
}
.col-md-10 {
background-color: lightgrey;
color: black;
position: relative;
top: 14%;
}
h2 {
color: black;
}
form {
background-color: white;
padding: 10px;
}
.two {
margin-left: 60%;
margin-top: 20px;
font-size: 25px;
}
span{
padding: 10px;
margin-top: 20px;
}
.table{
margin-top: 23px;
width: 100%;
border: 2px solid black;
}
.d-grid{
margin-top: -5px;
margin-left: 900px;
}
.form-control {
width: 15%;
margin-left: 85%;
}
#search {
margin-top: -45px;
}