-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFlat.css
65 lines (54 loc) · 1.08 KB
/
Flat.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
61
62
63
64
65
body {
background-color: tan;
color: #555555;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
/* Same as above */
font: normal 12px arial, helvetica, sans-serif;
line-height: 1.6em;
margin: 0;
}
.container {
width: 80%; margin: auto;
}
.topnav {
background-color: #0085AD;
overflow: hidden;
box-shadow: 2px 2px 5px;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 20px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: #16C4FA;
}
/* Add a color to the active/current link */
.topnav a.active {
background-color: #0085AD;
color: #ddd;
}
.style {
margin-top: 2em;
margin-bottom: 2em;
}
.mainpic {
width: 100%;
height: auto;
}
.box-2 {
margin-top: 3em;
margin-bottom: 3em;
}
.box-2 h2{
margin-top: 1em;
margin-bottom: 1em;
}