-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
73 lines (66 loc) · 1.29 KB
/
style.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
@font-face {
font-family: "Mario64";
src: url(../fonts/Mario64.ttf) format("truetype");
}
@font-face {
font-family: "Mario64DS";
src: url(../fonts/Super-Mario-64-DS.ttf) format("truetype");
font-weight: normal;
}
div {
align-items: center;
text-align: center;
border-radius: 25px;
height: 300px;
width: 1000px;
background: linear-gradient(to bottom, #000000 0%, #020094 100%);
}
body {
background-image: url("https://raw.githubusercontent.com/CoolAn127Gamer/DS-Emulator-Web/gh-pages/images/bg(DS).jpg");
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
h1 {
font-family: "Mario64DS", sans-serif;
align-items: center;
font-size: 1m;
color: #09ff00;
font-style: bold;
}
h2 {
font-family: "Mario64", sans-serif;
font-size: 1em;
color: #00aeff;
}
li {
font-family: "Mario64", sans-serif;
font-size: 1m;
color: #00d0ff;
}
h2 {
font-family: "Mario64", sans-serif;
font-size: 1m;
color: #007bff;
}
h3 {
font-family: "Mario64", sans-serif;
font-size: 1m;
color: #00bfff;
}
h4 {
font-family: "Mario64", sans-serif;
font-size: 1m;
color: #00e5ff;
}
h1,
h2 {
margin: 0;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
text-align: center;
color: #00a2ff;
}