diff --git a/artwork2.html b/artwork2.html index a40d1f8..f58f03f 100644 --- a/artwork2.html +++ b/artwork2.html @@ -12,20 +12,169 @@ position:absolute; width: 17vw; height: 17vw; + opacity: 1; + transition: opacity 4s; } - .visible #viewbox{ - top: 0 !important; - left: 0 !important; - width: 100% !important; - height: 100% !important; + .visible #wrapper{ + width:100%; + height:100%; + left:0; + top:0; + } + + #wrapper{ + position: absolute; + left:5vw; + top: 5vw; + width: 90vw; + height: calc(100% - 10vw); + } + + #viewbox.gone { + opacity:0; + } + + #ad{ + position: absolute; + bottom:10em; + left: 2em; + /*left:20%;*/ + /*top: 50%; + width:100%;*/ + /*text-align: right;*/ + transform: rotate(90deg); + color:#ccc; + font-family:sans-serif; + width: 21em; + font-size:80%; + } + #ad h1{ + color: #ff7474; + /*text-align: center;*/ + } + + .visible #ad{ + display:none; + } + + #visibleBlock{ + background: white; + opacity: 0; + transition: opacity 5s; + position:absolute; + left:0; + top:0; + width:100%; + height:100%; + z-index:9999; + } + .visible #visibleBlock{ + opacity: 1; } +
- +
+ +
+