forked from Kylool/profile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (46 loc) · 932 Bytes
/
style.css
File metadata and controls
47 lines (46 loc) · 932 Bytes
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
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&family=Source+Code+Pro&display=swap');
html {
background-color:#1c1c1c;
}
h3 {
color:white;
font-family: 'Comfortaa', cursive;
text-align: center;
font-size: 20px;
}
h2 {
color:white;
font-family: 'Comfortaa', cursive;
text-align: center;
font-size: 40px;
}
h1 {
color:white;
font-family: 'Comfortaa', cursive;
text-align: center;
vertical-align: middle;
font-size: 50px;
margin-top: 175px;
}
button
{
border-color: white;
background-color: black;
color: white;
border-width: 7px;
border-radius: 20px;
font-size: 40px;
}
#nav {
background-color:#2c2c2c;
font-size: 40px;
font-family: 'Source Code Pro', monospace;
text-align: center;
}
a {
color: white;
text-decoration: none;
}
header {
color: white;
}