From 9f6ff0f0ec88e43abae24b1e99a629bd42867dab Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Wed, 21 Dec 2022 00:13:31 +0200 Subject: add sissejuhatus btn to uliopilane and perenaine --- rannak/mangud/perenaine/memori/index.html | 49 +++++++++++++++++++++++++++++++ rannak/mangud/perenaine/memori/style.css | 32 ++++++++++++++++++++ 2 files changed, 81 insertions(+) (limited to 'rannak/mangud/perenaine/memori') diff --git a/rannak/mangud/perenaine/memori/index.html b/rannak/mangud/perenaine/memori/index.html index ae402ef..6b87fa3 100644 --- a/rannak/mangud/perenaine/memori/index.html +++ b/rannak/mangud/perenaine/memori/index.html @@ -16,8 +16,52 @@

Memori

Mängu läbimiseks leia üles kõik kümme Talongipaari

+ + + + + + + + + + + +
@@ -158,5 +202,10 @@
+ + + + + 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; -- cgit v1.2.3