-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
48 lines (42 loc) · 1.01 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
body {
margin: 0px;
padding: 20px;
background-image: linear-gradient(to top, #000000, #3F0071);
background-repeat: no-repeat;
height: 100%;
background-attachment: fixed;
display: flex;
flex-direction: column;;
justify-content: center;
align-items: center;
text-align: center;
color: white;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
@font-face {
font-family: blockhead;
src: url(blockhead-font-by-elling-lien.otf);
}
h1 {
font-family: blockhead;
font-size: 3em;
}
h2 {
font-family: blockhead;
}
table, td, th {
border-collapse: collapse;
border: solid white 1px;
padding: 8px 8px 8px 8px;
font-family: blockhead;
}
.summoning-jutsu {
margin-top: 50px;
padding: 10px 20px 10px 20px;
border-radius: 20px;
border: 0;
background-color: #FB2576;
color: white;
font-family: blockhead;
font-size: 2em;
}