From bfa0b985607ab325117b329801eb16b37aed683c Mon Sep 17 00:00:00 2001 From: IgrisBRC Date: Fri, 12 Jul 2024 12:13:55 +0530 Subject: colorzid moves and fixed stuff --- index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index 852deed..271e489 100644 --- a/index.css +++ b/index.css @@ -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 +} -- cgit v1.2.3