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;