-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
47 lines (39 loc) · 811 Bytes
/
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
body {
background-image: "./images/D.png";
}
.backgroundimage {
background: rgb(0, 0, 0);
background: linear-gradient(rgb(131, 205, 255) 0%, rgba(0, 212, 255, 1) 100%);
margin: 0 100px 20px 100px;
}
.titletext {
margin: 0 100px 20px 100px;
text-shadow: rgb(51, 51, 51) 0px 0px 30px;
font-size: 60px;
text-align: center;
font: url("./fonts/TiltWarp-Regular.ttf");
}
.button {
background-color: #ffc433;
}
.button:hover {
background-color: #ffdd33;
}
.button:disabled {
background-color: #c7c7c9;
}
.navbar {
background-color: #23170e;
}
* {
font-family: Inter, sans-serif;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.centertext {
color: rgb(189, 189, 189);
display: flex;
margin-left: 10rem;
margin-right: 10rem;
}