21 lines
215 B
CSS
21 lines
215 B
CSS
|
body {
|
||
|
background-color: #1f2024;
|
||
|
}
|
||
|
p {
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
a:hover {
|
||
|
color: #FD7717;
|
||
|
}
|
||
|
|
||
|
.welcome {
|
||
|
font-size: 20px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
img.pfp {
|
||
|
border-radius: 100px;
|
||
|
width: 100px;
|
||
|
margin-bottom: 40px;
|
||
|
}
|