diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-12-21 00:13:31 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-12-21 00:13:31 +0200 |
commit | 9f6ff0f0ec88e43abae24b1e99a629bd42867dab (patch) | |
tree | 75b33d5de0d84e86119dbc1c913e68db7e8523f8 /rannak/mangud/perenaine/memori/style.css | |
parent | ee0da175151b4d48d4ef27f7acd8d3f9def25986 (diff) |
add sissejuhatus btn to uliopilane and perenaine
Diffstat (limited to 'rannak/mangud/perenaine/memori/style.css')
-rw-r--r-- | rannak/mangud/perenaine/memori/style.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/rannak/mangud/perenaine/memori/style.css b/rannak/mangud/perenaine/memori/style.css index 56769a4..aed2515 100644 --- a/rannak/mangud/perenaine/memori/style.css +++ b/rannak/mangud/perenaine/memori/style.css @@ -29,6 +29,38 @@ button:disabled{ cursor: not-allowed; } + + +/* Modal Stuff */ + + +.closeModalButton { + border-radius: 50px; +} + +.modalButton{ + background-color: rgba(0,136,169,1) !important; + border: none !important; + border-radius: 50px !important; + cursor: pointer !important; + transition: all 0.3 ease 0 !important; + font-size: 1.2rem !important; + text-align: center !important; + position: absolute !important; + top: 65% !important; + left: 50% !important; + transform: translate(-50%, -50%) !important; +} + +.modalButton:hover{ + background-color: rgba(0,136,169,0.8) !important; +} + + + +/* Memory Game */ + + .memory-game { width: 640px; height: 640px; |