summaryrefslogtreecommitdiff
path: root/sass/links.scss
blob: b62879ae5e51ec5d18eb57e952c2d97498bdeeb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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%;
}