-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
45 lines (44 loc) · 993 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
body {
background-color: black;
color: white;
font-family: JetBrains Mono;
text-align:center;
}
.button{
display: inline-block;
padding: 10px 20px;
background-color: black;
color: white;
border: 2px solid white;
cursor: pointer;
text-decoration: none;
margin-top: 10px;
width: 150px;
cursor: pointer;
}
.specialbutton{
color: white;
background-color: black;
border: 4px solid transparent;
border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
border-image-slice: 1;
padding: 10px 20px;
text-decoration: none;
margin-top: 10px;
width:auto;
cursor: pointer;
}
video{
width: 100%;
height: auto;
}
.big-text{
font-size: 70px;
font-weight: bold;
margin-top: 30px;
color: rgb(12, 113, 207);
}
@font-face {
font-family: 'JetBrains Mono';
src: url('https: //mxtw117.github.io/fonts/JetBrainsMono-Regular.ttf');
}