summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorIgrisBRC <[email protected]>2024-07-22 22:49:50 +0530
committerIgrisBRC <[email protected]>2024-07-22 22:49:50 +0530
commitdc28b34f7751fa9ebb8a554c03dec2c1aaaa720d (patch)
treef1f2bb1ebc138df46f36912b6c36e42d6c79a302 /public/style.css
parent0cc9e827b6482571422c17a375d362d7568a40fd (diff)
added promotion
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css
index 86510ea..f93bb32 100644
--- a/public/style.css
+++ b/public/style.css
@@ -9,6 +9,7 @@
position: relative;
user-select: none;
}
+
.top-corner{
padding: 1px;
position: absolute;
@@ -23,6 +24,7 @@
.white{
/*background-color: #eaead2;*/
background-color: #EDD6B0;
+ /*background-color: #B88762;*/
color: #4b7299;
}
@@ -67,3 +69,21 @@ body{
.b {
color: black;
}
+
+.piece-option {
+ font-size: 8rem;
+ height: 10rem;
+ width: 10rem;
+ text-align: center;
+}
+
+#promotion-window {
+ position: fixed;
+ height: 10rem;
+ width: 40rem;
+ background-color: white;
+ display: grid;
+ grid-template-columns: repeat(4,1fr);
+ visibility: hidden;
+}
+