comicsite/assets/css/typeboot.css
2024-09-15 09:57:18 -05:00

21 lines
326 B
CSS

#typeboot {
position: fixed; top: 0; left: 0;
width: 200%; height: 100%;
z-index: 101;
pointer-events: none;
}
#typeboot>*::before {
content: " ";
background-color: white;
height: 100%;
display: inline-block;
position: relative; left: -2rem;
width: 2rem;
}
#typeboot>* {
height: 30px;
background-color: black;
}