-
Notifications
You must be signed in to change notification settings - Fork 1
/
achievements.css
50 lines (49 loc) · 904 Bytes
/
achievements.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
html{
height:100%;
}
a:hover{
font-size:25px;
}
a{
font-size:15px;
font-family: 'Bungee', cursive;
}
.navbar-default .navbar-brand:hover{
color:black;
font-size:23px;
}
.navbar-default .navbar-brand{
color:black;
font-size:17px;
font-family: 'Bungee', cursive;
}
.navbar-default .navbar-nav>li>a:hover{
color:black;
font-size: 23px;
}
.navbar-default .navbar-nav>li>a{
color:black;
font-size:17px;
font-family: 'Bungee', cursive;
}
h1 {
margin-top: 100px;
width:30%;
font-size:60px;
font-family: 'Slabo 27px', serif;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1),
0px 18px 23px rgba(0,0,0,0.1);
}
h1:hover{
color:rgb(125,34,12);
}
body{
background: url(pictures/achieve.jpg);
background-size:cover;
background-position: top;
background-repeat:no-repeat;
font-family:'Abril Fatface', cursive;
font-size:20px;
line-height: 1.5;
}