first commit
This commit is contained in:
34
quotes.css
Normal file
34
quotes.css
Normal file
@@ -0,0 +1,34 @@
|
||||
body {
|
||||
background-color: rgb(045, 045, 045);
|
||||
text-align: center;
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
}
|
||||
|
||||
.headertext {
|
||||
color: white;
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
.headerimage {
|
||||
border-radius: 10%;
|
||||
height: 150px;
|
||||
border-color: white;
|
||||
border-width: 4px;
|
||||
}
|
||||
|
||||
.headerbutsmallertext {
|
||||
color: white;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
p {
|
||||
color: white;
|
||||
font-size: 22px;
|
||||
}
|
||||
a {
|
||||
color: rgb(155, 214, 255);
|
||||
}
|
||||
|
||||
.homepagebutt{
|
||||
text-align: left;
|
||||
}
|
||||
Reference in New Issue
Block a user