-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
60 lines (59 loc) · 1.03 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
* {
margin: 0px;
padding: 5px;
}
.hd {
height: 100vh;
}
.navbar-style {
background-color: oldlace;
box-shadow: 0 5px 10px #efefef;
}
.logo {
height: 65px;
padding: 0px 10px;
}
.icon-bar {
background: rgb(3, 180, 33);
}
li a {
color: black;
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
li a:hover {
color: rgb(3, 180, 33);
}
.bt {
font-size: 25px;
margin: 20px 0;
color: royalblue;
font-family: monospace;
}
a.btn {
margin: 50px 10px;
width: 150px;
padding: 20px;
border-radius: 5px;
}
a.btn-first {
border: 1px solid rgb(0, 161, 40);
color: #333;
}
a.btn-second {
border: 1px solid rgb(0, 161, 40);
color: #333;
}
a.btn:hover {
background: rgb(0, 161, 40);
border: none;
color: white;
box-shadow: 5px 5px 10px #999;
transition: 0.3s;
}
.hhdd {
font-size: 50px;
color: rgb(3, 180, 33);
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}