-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
56 lines (55 loc) · 1.01 KB
/
style.css
File metadata and controls
56 lines (55 loc) · 1.01 KB
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
@import url('https://fonts.googleapis.com/css2?family=Badeen+Display&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
color: white;
background-color: black;
}
button {
border: none;
background-color: #424242;
color: white;
}
.center {
text-align: center;
}
.button_center {
display: flex;
justify-content: center;
align-items: center;
}
.top-marquee {
font-family: "Badeen Display", system-ui;
font-weight: 400;
font-style: normal;
font-size: x-large;
color: #5a605c;
}
.round {
border-radius: 25px;
}
.link_entry {
height: 70px;
border-radius: 25px;
width: 400px;
font-size: 21px;
}
input {
color: white;
background-color: #424242;
border: none;
}
textarea {
color: white;
background-color: #424242;
border: none;
}
.big_button {
height: 50px;
width: 100px;
font-size: 20px;
}
.alert {
font-size: 15px;
height: 30px;
width: calc(500px / 2 - 50);
border-radius: 20px;
}