2020-06-11 19:24:44 +00:00
|
|
|
body{
|
|
|
|
background-color: black;
|
|
|
|
}
|
2020-06-03 17:02:32 +00:00
|
|
|
.text-on-header{
|
2020-06-03 14:57:09 +00:00
|
|
|
color: black;
|
|
|
|
font-family: 'Pacifico', cursive;
|
|
|
|
font-size: 20px;
|
2020-06-03 17:02:32 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.text-on-body{
|
|
|
|
color: black;
|
|
|
|
font-family: 'Indie Flower', cursive;
|
|
|
|
font-size: 25px;
|
|
|
|
}
|
2020-06-04 14:20:28 +00:00
|
|
|
.text_on_image{
|
|
|
|
color:white;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 2.5em;
|
|
|
|
font-family: 'Faster One', cursive;
|
|
|
|
}
|