Files: a0de5cbce90b8fa61981e40f1bcb1da2ddb5e5dc / styles.css
619 bytesRaw
1 | /* |
2 | * Want to change this website's styes? Learn more about CSS: |
3 | * https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS |
4 | */ |
5 | |
6 | h1 {font-size:10vw; |
7 | margin:auto; |
8 | display:flex; |
9 | justify-content: center; |
10 | align-items: center; |
11 | text-align: center; |
12 | padding-bottom: 20px; |
13 | } |
14 | |
15 | h2 { |
16 | font-size: 6vw; |
17 | margin:auto; |
18 | display:flex; |
19 | justify-content:center; |
20 | padding:10px; |
21 | } |
22 | |
23 | h2 span{ |
24 | background-color:white; |
25 | } |
26 | |
27 | h3 { |
28 | font-size: 3vw; |
29 | margin:auto; |
30 | display:flex; |
31 | justify-content:center; |
32 | padding:10px; |
33 | } |
34 | |
35 | h3 span{ |
36 | background-color:white; |
37 | } |
38 | |
39 | h4 { |
40 | font-size: 2vw; |
41 | } |
42 | |
43 | h5 { |
44 | font-size: .7vw; |
45 | } |
Built with git-ssb-web