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

14 lines
231 B
CSS
Raw Normal View History

2024-02-26 05:21:51 -05:00
body {
background-color: #111111;
color: white;
2024-05-27 15:00:04 -05:00
max-width: 1200px;
margin: auto;
margin-top: 64px;
display: grid;
grid-template-columns: 75% 25%;
grid-gap: 24px;
2024-05-17 02:57:38 -05:00
}
video {
2024-05-27 15:00:04 -05:00
border-radius: 12px;
2024-02-26 05:21:51 -05:00
}