TaxenHeimer/server/css/index.css

20 lines
458 B
CSS
Raw Permalink Normal View History

2022-07-29 13:31:17 -04:00
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200&display=swap');
.😳 {
padding: 10px;
color: #dcddde;
font-size: 20px;
border: solid rgba(168, 168, 168, 0.89) 1px;
}
.👽 {
font-family: 'Nunito Sans';
padding: 10px;
font-size: 25px;
color: rgba(255, 255, 255, 0.959);
text-align: center;
}
.💀 {
background-color: rgba(49, 49, 49, 0.89);
}
body {
background-color: rgb(20, 20, 20);
}