summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-12-12 13:51:59 +0100
committerniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-12-12 13:51:59 +0100
commiteb460fbb161e76052b7bdd2c57afc65e2e99bc2e (patch)
tree2d8bd718d099a3c9202ac63fb9146754b07e4ef4 /style.css
parentfa377bcc6d4793dcd79ae5c07a43a1193aa2613a (diff)
place pieces
Diffstat (limited to 'style.css')
-rwxr-xr-xstyle.css16
1 files changed, 16 insertions, 0 deletions
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;