diff options
author | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-12-12 13:51:59 +0100 |
---|---|---|
committer | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-12-12 13:51:59 +0100 |
commit | eb460fbb161e76052b7bdd2c57afc65e2e99bc2e (patch) | |
tree | 2d8bd718d099a3c9202ac63fb9146754b07e4ef4 /style.css | |
parent | fa377bcc6d4793dcd79ae5c07a43a1193aa2613a (diff) |
place pieces
Diffstat (limited to 'style.css')
-rwxr-xr-x | style.css | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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; |