diff options
author | IgrisBRC <[email protected]> | 2024-07-12 12:13:55 +0530 |
---|---|---|
committer | IgrisBRC <[email protected]> | 2024-07-12 12:13:55 +0530 |
commit | bfa0b985607ab325117b329801eb16b37aed683c (patch) | |
tree | 98d9e7fda1282fab40f3f2ccfe443d64809b0643 /index.css | |
parent | 6cd48e7e8ff65720dd55fc37a7b17125cd29f768 (diff) |
colorzid moves and fixed stuff
Diffstat (limited to 'index.css')
-rw-r--r-- | index.css | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,11 +3,13 @@ height: 100px; width: 100px; } + .black{ height: 100px; width: 100px; background-color: brown; } + body{ height: 100vh; width: 100vw; @@ -15,11 +17,11 @@ body{ justify-content: center; align-items: center; } + .chess-board{ width: 800px; height: 800px; display: grid; grid-template-columns:repeat(8,1fr); grid-template-rows:repeat(8,1fr); - -}
\ No newline at end of file +} |