-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
85 lines (69 loc) · 1.2 KB
/
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400');
* {
box-sizing: border-box;
font-family: Raleway;
color: #777;
}
html, body {
margin: 0;
padding: 0;
}
.nav ul {
margin: 0;
}
.nav li {
display: inline;
}
.nav a {
display: inline-block;
padding: .5em;
color: white;
text-decoration: none;
}
.main-nav {
text-align: center;
font-size: 1.1em;
font-weight: lighter;
border-bottom: 1px solid rgba(255, 255, 255, .3)
}
.main-nav li {
padding: 0 5%;
}
.nav a:hover {
background-color: rgba(255, 255, 255, .3)
}
.section-header {
text-align:center;
font-size: 3.0em;
}
.main-header {
background-color: rgba(0, 0, 0);
background-size: cover;
padding-bottom: 50px;
}
.shuffle-header {
/*background-image: url("Images/theWave.jpeg");*/
background-color: rgba(0, 0, 0);
background-size: cover;
padding-bottom: 50px;
}
.image {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
figcaption {
text-align: center;
}
.horizontal-container {
align-items: center;
float: left;
}
.horizontal-image {
float: left;
padding: 5px;
}
h1 {
color: green;
}