-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
101 lines (82 loc) · 1.78 KB
/
style.css
File metadata and controls
101 lines (82 loc) · 1.78 KB
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
header {
height: 200px;
background-color: #196F3D;
background-image: url("https://www.transparenttextures.com/patterns/skulls.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
position: fixed;
margin: -10;
padding: 0 0 0 0;
width: 100%;
}
h1.header {
font-family: 'Archivo Black', sans-serif;
font-size: 75px;
opacity: 0.6;
}
h1 {
color: white;
}
.wrapper {
text-align: center;
}
h2{
font-family: 'Shadows Into Light', cursive;
}
}
p.middle {
font-family: 'Nothing You Could Do', cursive;
font-size: 18px;
}
img.resize {
width: 600px;
padding-top: 10px;
}
a {
font-family: 'Economica', sans-serif;
}
a:link {
color: #f4b642
}
a:visited {
color: black;
}
a:hover {
color: silver;
}
a:active {
color: black;
}
main {
position: absolute;
top: 200px;
height: 600px;
left: 0;
width: 100%;
background-color: #f5f2f2;
background-image: url("https://www.transparenttextures.com/patterns/white-sand.png");
background-repeat: repeat;
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.center {
align-items: center;
text-align: center;
}
footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
}
.bottom {
margin: auto;
height: 100px;
background-color: #f44242;
text-align: center;
background-image: url("https://www.transparenttextures.com/patterns/skulls.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
p.bottom {
color: white;
font-family: 'Archivo Black', sans-serif;
font-size: 30px;
}