-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (47 loc) · 1.09 KB
/
style.css
File metadata and controls
47 lines (47 loc) · 1.09 KB
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
body{
background:url("https://i.pinimg.com/originals/db/ac/56/dbac566ab49bcc2de27c052e7bb3e2d3.jpg") no-repeat;
padding:0;
}
header .navbar{
background-color:mediumvioletred;
padding-bottom:35px;
}
.navbar-brand h1{
color:aqua;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
text-transform: uppercase;
text-decoration-color: palegreen;
font-size: 40px;
text-shadow:3px 3px 0px brown;
margin-bottom:20px;
}
div ul{
background-color:yellowgreen;
color:#000;
}
.menu-header{
color:#000;
text-align: center;
font-size:40px;
}
#section-header a{
font-family:sans-serif;
text-transform: uppercase;
text-align:center;
font-style:bold;
font-size:30px;
text-shadow:2px 0px 2px mediumseagreen;
}
section{
background-color:yellowgreen;
margin-bottom:20px;
border:2px solid maroon;
box-shadow:5px 5px;
font-style: oblique;
font-size:1.5em;
text-align:center;
}
section a:hover,section a:focus{
color:whitesmoke;
text-decoration:none;
}