-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
65 lines (49 loc) · 805 Bytes
/
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
body{
font-family: 'Rokkitt', serif;
/* font-family: 'Cinzel', serif; */
}
.banner{
text-align: center;
}
.jumbotron{
background-color: rgb(238, 226, 226);
}
.nav{
padding-bottom: .5em;
}
a{
text-decoration: none;
color: black;
}
a:hover {
color: black;
}
.nav-link, .nav-link:hover{
color: cadetblue;
}
.card-link{
color:rgb(180, 158, 158)
}
.card-link:hover{
color: cadetblue;
}
.btn{
color: white;
background-color: cadetblue;
border: cadetblue;
}
.btn:hover{
color: black;
background-color:rgb(238, 226, 226);
border: cadetblue;
}
/* HOME PAGE */
#name, #welcome {
color: rgb(41, 40, 40);
text-align: center;
}
#name {
font-family: 'Rock Salt', cursive;
font-size: 50px;
margin-top: 150px;
}