39 lines
No EOL
536 B
CSS
39 lines
No EOL
536 B
CSS
body {
|
|
font-family: "Lexend";
|
|
background-color: black;
|
|
color: white;
|
|
max-width: 800px;
|
|
margin: 40px auto;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
a {
|
|
color: deepskyblue;
|
|
}
|
|
|
|
.navbar {
|
|
text-align: center;
|
|
word-spacing: 20px;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.contentbox {
|
|
border: 5px solid white;
|
|
text-align: center;
|
|
padding: 0.3em;
|
|
}
|
|
|
|
.pfp {
|
|
float:right;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: darkgray;
|
|
border: 3px solid white;
|
|
margin-bottom: 5px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.pfptext {
|
|
margin-top: 8px;
|
|
margin-bottom: 10px;
|
|
} |