diff options
author | IgrisBRC <[email protected]> | 2024-07-14 13:43:36 +0530 |
---|---|---|
committer | IgrisBRC <[email protected]> | 2024-07-14 13:43:36 +0530 |
commit | 4194b03e980ac68e0fd07e183189fbe93dfefdce (patch) | |
tree | 79bbce279fa277aa34cc53e4818eca59b54f8963 /public/index.css | |
parent | 0f1250b0f879eb764559d80bbc8a54d53c221f68 (diff) |
finnnallyyyy... added make move to the game, its a bit shitty, i'll make it prettier later
Diffstat (limited to 'public/index.css')
-rw-r--r-- | public/index.css | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/public/index.css b/public/index.css deleted file mode 100644 index 1971278..0000000 --- a/public/index.css +++ /dev/null @@ -1,70 +0,0 @@ -*{ - margin: 0; - padding: 0; -} - -.box{ - height: 76px; - width: 76px; - position: relative; -} -.top-corner{ - padding: 1px; - position: absolute; -} -.bottom-corner{ - padding: 1px; - position: absolute; - bottom: 2px; - right: 2px; -} - -.white{ - background-color: #eaead2; - /*background-color: #4b7299; */ - color: #4b7299; -} - -.black{ - background-color: #4b7299; - color: #eaead2; -} - -body{ - height: 100vh; - width: 100vw; - display: flex; - justify-content: center; - align-items: center; - margin: 1px; -} - -.chess-board{ - width: 608px; - height: 608px; - display: grid; - grid-template-columns:repeat(8,1fr); - grid-template-rows:repeat(8,1fr); -} - -.piece { - color: black; - text-align:center; - font-size:50px; -} - -.highlight { - background-color: yellow; -} - -/*.wp {*/ -/* color: white;*/ -/*}*/ - -.w { - color: white -} - -.b { - color: black -} |