Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html class="no-js" lang="">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <title>Website</title>
- <meta name="description" content="">
- <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <style type="text/css">
- body {
- background-image: url('website/resources/images/body.png')
- }
- .logo_container {
- width: 700px;
- height: auto;
- margin-top: 60px;
- margin-bottom: 40px;
- }
- #logo {
- width: 100%;
- height: auto;
- }
- .text {
- font-size: 30px;
- margin-bottom: 60px;
- }
- .gif {
- float: right;
- }
- @media (max-width: 720px) {
- #logo {
- margin-top: 30px;
- margin-bottom: 20px;
- width: 100%;
- }
- .text {
- border-bottom: 2px solid red;
- }
- .gif {
- clear: right;
- }
- }
- </style>
- </head>
- <body>
- <center>
- <div class="logo_container">
- <img id="logo" src="logo.png" alt="all images should have alts and use width and height" />
- </div>
- <div class="text">some text ...</div>
- <div class="gif">
- <img src="under_construction.gif" alt="all images should have alts and use width and height" />
- </div>
- </center>
- <!-- Google Analytics -->
- <script>
- (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
- function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
- e=o.createElement(i);r=o.getElementsByTagName(i)[0];
- e.src='https://www.google-analytics.com/analytics.js';
- r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
- ga('create','elektrojani','auto');ga('send','pageview');
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement