-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
53 lines (45 loc) · 950 Bytes
/
styles.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
@import url('https://fonts.googleapis.com/css2?family=New+Rocker&family=UnifrakturCook:wght@700&display&family=UnifrakturMaguntia&display=swap');
@font-face {
font-family: Chomsky;
src: url(./Chomsky.otf);
}
body {
line-height: 2;
font-size: 150%;
background-color: #222;
margin: 0;
}
h1 {
font-size: 10rem;
color: maroon;
-webkit-text-stroke: 3px black;
text-shadow: #800 2px 5px;
background-color: #111;
max-width: 100%;
margin-top: 0;
}
h1, h2 {
text-align: center;
}
main {
max-width: 600px;
margin: 0 auto;
padding: .5rem;
padding-bottom: 200px;
}
section {
background-color: white;
padding: 1rem 2.5rem;
border-radius: 10px;
box-shadow: 0px 0px 30px 10px #800;
margin-bottom: 200px;
}
p {
text-indent: 1.5rem;
margin: 0;
}
section.section-1 p::first-letter {
font-family: Chomsky;
font-size: 2em;
vertical-align: middle;
}