nightr/client/Nightr/src/app/result-page/result-page.component.css

38 lines
567 B
CSS

.h2
{
font-family: sans-serif;
font-size: 35px;
color: white;
text-align: center;
}
.h1
{
font-family: sans-serif;
font-size: 100px;
color: white;
text-align: center;
}
.h3
{
font-family: sans-serif;
font-style: italic;
font-size: 20px;
color: white;
text-align: center;
}
.page {
background-color: lightskyblue;
}
.item-item {
font-family: sans-serif;
color: white;
font-size: 20px;
}
.item-header {
font-family: sans-serif;
color: white;
font-size: 25px;
font-weight: 800;
}