-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.css
74 lines (74 loc) · 1.29 KB
/
search.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
*{
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%;
margin-top: 15px;
color: white;
}
.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: lightgray;
color: black;
position: relative;
width: 100%;
top: 14px;
}
h3 {
font-size: 20px;
}
.form-group {
background-color: white;
padding: 15px;
}