This repository has been archived on 2024-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
zorn-js/test/css/index.css
2024-05-27 16:00:04 -04:00

14 lines
No EOL
231 B
CSS

body {
background-color: #111111;
color: white;
max-width: 1200px;
margin: auto;
margin-top: 64px;
display: grid;
grid-template-columns: 75% 25%;
grid-gap: 24px;
}
video {
border-radius: 12px;
}