-
Notifications
You must be signed in to change notification settings - Fork 0
/
style1.css
71 lines (63 loc) · 1.32 KB
/
style1.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
.search-container {
float: left;
border: 1px solid;
}
.content {
color: white;
border: 2px solid white;
text-align: center;
margin-left: auto;
margin-right: auto;
display: block;
background-color: rgb(21, 22, 90);
}
.content p {
border: 3px solid;
margin-left: 60px;
margin-right: 60px;
padding: 15px;
text-align: left;
}
.content p:hover {
color: white;
background-color: black;
}
.content h3 {
text-align: center;
font-size: 24px;
border: 2px solid white;
margin-left: 160px;
margin-right: 160px;
}
.content h3:hover {
background-color: white;
color: black;
}
.call p {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
border: 1px solid black;
margin: 4px 8px;
background-color: green;
}
.ghead h4 {
color: white;
padding: 24px;
background-color: rgba(95, 59, 124, 0.288);
font-size: 28px;
margin-left: 30%;
margin-right: 30%;
text-align: center;
}
.ghead h4:hover {
background-color: tomato;
border: 1px solid tomato;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}