diff options
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 20 |
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; +} + |