diff --git a/css/style.css b/css/style.css index 32c302e..5d00468 100755 --- a/css/style.css +++ b/css/style.css @@ -568,6 +568,7 @@ h1, h2, h3, h4, h5, h6, figure { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; + } .work .desc h3 { font-size: 14px; @@ -575,15 +576,19 @@ h1, h2, h3, h4, h5, h6, figure { transition: transform 0.3s, opacity 0.3s; -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); + color: #dddddd; + background-color: #000000; } .work .desc span { display: block; - color: #999999; + font-size: 12px; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transform: translate3d(0, 15px, 0); transform: translate3d(0, 15px, 0); + color: #dddddd; + background-color: #000000; } @media screen and (max-width: 768px) { .work .desc { diff --git a/im.html b/im.html index 96ec62c..8b63b86 100644 --- a/im.html +++ b/im.html @@ -63,9 +63,18 @@