diff options
Diffstat (limited to 'sass/links.scss')
-rwxr-xr-x | sass/links.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sass/links.scss b/sass/links.scss new file mode 100755 index 0000000..b62879a --- /dev/null +++ b/sass/links.scss @@ -0,0 +1,18 @@ +.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%; +} |