-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
50 lines (42 loc) · 724 Bytes
/
stylesheet.css
File metadata and controls
50 lines (42 loc) · 724 Bytes
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
body {
margin: 0;
font-family: "Lucida Grande";
}
a {
text-decoration: none;
}
.container {
width: 1170px;
padding: 0 15px;
margin: 0 auto;
}
.top-wrapper {
padding: 180px 0 100px 0;
background-image: url(https://d19fr5mxe8rt7b.cloudfront.net/39826/b0de3e12e14147f493054b6d11bd0291-960x540.png);
background-size: cover;
color: white;
text-align: center;
}
.top-wrapper h1 {
opacity: 0.8;
font-size: 45px;
letter-spacing: 5px;
margin-bottom: 10px;
}
.top-wrapper p {
opacity: 0.8;
margin-bottom: 3px;
}
.btn {
padding: 12px 24px;
color: white;
display: inline-block;
opacity: 0.9;
border-radius: 4px;
}
.btn:hover {
opacity: 1;
}
.signup {
background-color: #239b76;
}