|
|
(23 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
− | <html lang="en">
| |
− | <head>
| |
− | <meta charset="UTF-8">
| |
− | <meta name="description" content="Arcade - Architecture Template">
| |
− | <meta name="keywords" content="arcade, architecture, onepage, creative, html">
| |
− | <meta name="viewport" content="width=device-width, initial-scale=1.0">
| |
| | | |
− | <title>NAMA WEB LU NANTI</title>
| |
− |
| |
− | <style>
| |
− | .bg {
| |
− | position: fixed;
| |
− | top: 0;
| |
− | left: 0;
| |
− | background: url(https://static.igem.org/mediawiki/2018/f/f7/T--UI_Indonesia--bulb.png) repeat center center;
| |
− | z-index: 0;
| |
− | height: 100vh;
| |
− | width: 100vw;
| |
− | }
| |
− | .nav {
| |
− | position: fixed;
| |
− | top: 0;
| |
− | left:0;
| |
− | background:rgb(#dfaf,#dfaf,#dfaf);
| |
− | display:inline;
| |
− | height: 10vh;
| |
− | width: 100vw;
| |
− | }
| |
− | .bg .nav {
| |
− | font-size: 20px;
| |
− | }
| |
− | </style>
| |
− | </head>
| |
− | <body>
| |
− | <div class = "bg">
| |
− | <div class = "nav">
| |
− | Hahahahahahhahahahaha
| |
− | </div>
| |
− | </div>
| |
− | </body>
| |
− | </html>
| |