cringe baby

This commit is contained in:
rogs
2021-11-19 23:51:09 -03:00
parent 061ac35219
commit 0fc06c7585
4 changed files with 20 additions and 2 deletions

View File

@ -38,6 +38,7 @@ body {
left: 0px;
width: 100vw;
height: 100vh;
z-index: 1; /*hide baby*/
}
#playBegin {
@ -56,7 +57,15 @@ body {
.floatleft {
position: absolute;
left: 2%;
top: 5%;
top: 20%;
width: 20%;
display: none;
}
.floatright {
position: absolute;
right: 2%;
bottom: 5%;
width: 20%;
display: none;