diff options
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; |