-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
104 lines (91 loc) · 1.64 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
body {
background-color: #FFF;
margin: 0;
padding: 0;
}
#header-text {
margin: 0 auto;
position: relative;
text-align: center;
top: 25%;
width: 60%;
}
h1 {
color: #FFF;
font-family: 'Quicksand', sans-serif;
font-size: 70px;
font-weight: 400;
line-height: 60px;
margin: 0;
}
h2 {
font-family: 'Open Sans', sans-serif;
text-align: center;
font-size: 28px;
font-weight: 100;
}
h3 {
color: #FFF;
font-family: 'Quicksand', sans-serif;
font-size: 28px;
font-weight: 400;
line-height: 30px;
margin: 10px 0px;
text-align: center;
}
h4 {
color: #CCC;
font-family: 'Quicksand', sans-serif;
font-size: 16px;
font-weight: 300;
}
p {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 100;
line-height: 24px;
margin: 0 auto;
text-align: center;
width: 60%;
}
.main {
background: url("https://s3.amazonaws.com/codecademy-content/courses/web-101/unit-5/shards.png");
margin: 0;
padding: 40px;
}
.main-logo {
width: 100%;
align: center;
}
.header {
background-image: url("cowphoto.jpeg");
background-position: center center;
background-size: cover;
height: 700px;
width: 100%;
}
.header-container{
color: white;
padding-top: 300px;
background-color: rgba(157,145,130,0.0);
text-align: right;
width: 100%;
}
.navigation {
width: 100%;
background-color: rgb(255,255,255);
height: auto;
text-align: right;
}
.button {
background-color: #1551c3; /* light blue */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
text-transform: uppercase;
cursor: pointer;
}