diff --git a/css/style.css b/css/style.css index 9a09b16..3fe4619 100644 --- a/css/style.css +++ b/css/style.css @@ -203,7 +203,7 @@ h1 br { } @media screen and (orientation:landscape) and (max-width: 767px) { - + } @media screen and (min-width: 768px) { @@ -295,3 +295,30 @@ h1 br { background-image: url('../assets/pc32@2x.png'); } } + + +/* bubblr http://likeadev.com/show/how-to-make-a-cool-laboratory-tube-with-animated-bubbles.html */ +.test-tube-container { + padding-top: 50px; +} +.test-tube { + /*width: 100%;*/ + height: 425px; + border-left: 5px solid #949494; + border-right: 5px solid #949494; + border-bottom: 5px solid #949494; + border-bottom-left-radius: 10px; + border-bottom-right-radius: 10px; +} +.test-tube .test-tube-bg { + background: #e8e8e8; + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + height: 400px; + top: 20px; + position: relative; +} +.test-tube .substance { + top: -20px; + position: relative +} diff --git a/index.html b/index.html index 00fd915..79591d8 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + @@ -28,7 +28,7 @@ - +