-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
82 lines (70 loc) · 1.73 KB
/
stylesheet.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
.masthead {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
width: 100%;
height: 50vh; /* if you don't want it to take up the full screen, reduce this number */
overflow: hidden;
background-size: cover;
background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0.65) 100%), url(sea.jpg) no-repeat center center scroll;
}
body {
background-color: whitesmoke;
}
h1, h2 {
font-family: 'Corben', Georgia, Times, serif;
font-style: normal;
font-weight: bold;
color: #eee;
font-size: 11vmin;
letter-spacing: 0.03em;
line-height: 1;
text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
margin-bottom: 47px;
}
h2 {
font-family: 'Corben', Georgia, Times, serif;
display: flex;
justify-content: center;
align-items: center;
font-size: 8vmin;
letter-spacing: 0.03em;
line-height: 1;
color: #eee452;
text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
}
button {
background: #098191;
border-radius: 25px;
display: inline-block;
border: none;
padding: 0.75rem 1.5rem;
margin: 0;
text-decoration: none;
color: #ffffff;
font-size: 1.2rem;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
}
button:focus {
outline: 1px solid #fff;
outline-offset: -4px;
}
div {
display: centre;
justify-content: center;
align-items: center;
font-family: 'Nobile', Helvetica, Arial, sans-serif;
}
canvas {
padding-left: 0;
padding-right: 0;
margin-left: auto;
margin-right: auto;
display: block;
width: 800px;
}