PM5644.Testcard.HTML/style.css
2025-02-07 20:17:16 +08:00

21 lines
No EOL
233 B
CSS

@font-face {
font-family: 'VCR';
src: url('vcr.ttf');
}
body {
width: 100%;
height: 100%;
top: 0;
left: 0;
margin: 0;
padding: 0;
}
svg {
top: 0;
left: 0;
width: 100vw;
height: 100vh;
position: absolute;
}