add crowd dj to portfolio

This commit is contained in:
Brittany Chiang
2017-04-27 20:25:10 -04:00
parent 96d9931ee5
commit b8643cd8fc
11 changed files with 38 additions and 30 deletions

View File

@@ -17,33 +17,33 @@
&:hover, &:focus {
background: $blue;
transition: all 0.3s ease;
.resume-text {
.text {
opacity: 0;
visibility: hidden;
transform: translate3D(0, 4em, 0) scale(.25);
}
.resume-img {
.icon {
opacity: 1;
visibility: visible;
transform: translate3D(0, 0, 0) scale(1);
}
}
.resume-text,
.resume-img {
.text,
.icon {
position: absolute;
top: 0;
left: 0;
right: 0;
text-align: center;
}
.resume-text {
.text {
margin: 40px auto;
opacity: 1;
visibility: visible;
transition: transform .4s cubic-bezier(.425, -.195, .005, 1.215), opacity .13333s linear, -webkit-transform .4s cubic-bezier(.425, -.195, .005, 1.215);
transform: scale(1);
}
.resume-img {
.icon {
width: 50px;
margin: 25px auto;
opacity: 0;