Skip to content

Commit

Permalink
visual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zwrawr committed Jul 9, 2019
1 parent 5a3b09e commit a9a2da2
Show file tree
Hide file tree
Showing 2 changed files with 1,856 additions and 3 deletions.
1,839 changes: 1,838 additions & 1 deletion public/img/header/header.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 18 additions & 2 deletions src/components/link-box/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,24 @@
a {
&:hover {
.links_image {
transform: scale(1.1);
transform: scale(1);
}

h2 {
opacity: 1;
}

p {
opacity: 1;
}
}

img {
width: 100%;
height: 100%;

transition: transform 0.2s ease;
transform: scale(1.1);
transition: transform 0.25s ease;
}

h2 {
Expand All @@ -38,6 +47,10 @@
margin: auto;

background: rgba(#000, 0.75);

opacity: 0;
transition: opacity 0.25s ease;

}

p {
Expand All @@ -52,6 +65,9 @@

width: 80%;
margin: auto;

opacity: 0;
transition: opacity 0.25s ease;
}
}
}

0 comments on commit a9a2da2

Please sign in to comment.