-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsty.css
67 lines (59 loc) · 960 Bytes
/
sty.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
#header-nav {
background-color: #ffa6a6;
border-radius: 0;
border: solid;
}
#b{
style="display: flex;
}
.navbar-brand {
padding-top: 0px;
}
.navbar-brand h1 {
font-family: 'Lora', serif;
color: black;
opacity: 0.8;
font-size: 1.5em;
text-transform: uppercase;
font-weight: bold;
text-shadow: 1px 1px 1px #222;
margin-top: 0;
margin-bottom: 0;
line-height: .75;
}
.navbar-brand a:hover, .navbar-brand a:focus {
text-decoration: none;
}
.btn {
border: solid black;
color: black;
padding: 12px 16px;
font-size: 16px;
cursor: pointer;
}
.btn:hover {
background-color: RoyalBlue;
}
#h2{
color: black;
border: solid;
text-align: center;
margin-bottom: 21px;
margin-top: 21px;
background: bisque;
}
#fir{
background: yellow;
border: solid #fff 4px;
}
#sec{
background: aquamarine;
border: solid #fff 4px;
}
#thi{
background: antiquewhite;
border: solid #fff 4px;
}
.all{
text-align: center;
}