From eb460fbb161e76052b7bdd2c57afc65e2e99bc2e Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Thu, 12 Dec 2024 13:51:59 +0100 Subject: place pieces --- style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 5d1d6d5..43f0fc4 100755 --- a/style.css +++ b/style.css @@ -29,6 +29,22 @@ table, tr, td { .stone img { width: 100%; } +.link { + position: absolute; + display: block; + opacity: 0.5; + cursor: pointer; + vertical-align: middle; } + +.link img { + display: block; + padding: 10%; + width: 80%; } + +.link:not(:hover) { + opacity: 0; + width: 200%; } + #head { display: block; height: 14vh; -- cgit v1.2.3