filling in empty spaces in draft text
This commit is contained in:
parent
aee54c2ffc
commit
e95c4cff73
7 changed files with 32 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue