filling in empty spaces in draft text

This commit is contained in:
Nye Evans 2022-04-29 17:15:58 +01:00
parent aee54c2ffc
commit e95c4cff73
7 changed files with 32 additions and 24 deletions

View file

@ -3,6 +3,7 @@ html
font-family: 'VT323', monospace;
background-color: rgb(43, 80, 201);
color: rgb(0, 0, 0);
font-size: 30px;
}
body::-webkit-scrollbar
@ -32,8 +33,8 @@ img
.imageContainer
{
width: 25vw;
height: 25vw;
width: 20vw;
height: 20vw;
object-fit: contain;
margin: auto;
border: solid black 5px;

View file

@ -16,7 +16,7 @@ h1
text-align: center;
margin-top: 45vh;
margin-bottom: 0;
font-size: 4.5rem;
font-size: 7rem;
transition: margin 1s;
}
@ -26,6 +26,7 @@ h2
text-align: center;
margin-top: 0;
margin-bottom: 5vh;
font-size: 3rem;
}