-
Notifications
You must be signed in to change notification settings - Fork 1
/
education.css
57 lines (57 loc) · 1.03 KB
/
education.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
html{
width:100%;
height:100%;
}
th{
text-align:center;
}
body{
background:url(pictures/education.jpg);
background-size:cover;
background-position: top;
background-repeat: no-repeat;
font-family:'Abril Fatface', cursive;
font-size:20px;
line-height: 1.5;
}
.content{
overflow-x:auto;
max-width:1200px;
width:80%;
text-align: center;
color:rgba(0,0,0,0.8);
background-color: rgba(250,250,250,0.5);
padding: 20px;
margin:100px auto;
}
.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: 0;
padding-bottom: 10px;
width:25%;
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(120,160,91);
}