Edwinlawisan (Talk | contribs) (Blanked the page) |
Edwinlawisan (Talk | contribs) (fran : template test) |
||
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; | ||
+ | height: 100vh; | ||
+ | width: 100vw; | ||
+ | } | ||
+ | .nav { | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | left:0; | ||
+ | height: 10vh; | ||
+ | width: 100vw; | ||
+ | } | ||
+ | .bg .nav { | ||
+ | font-size: 20px; | ||
+ | color: white; | ||
+ | |||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div class = "bg"> | ||
+ | <div class = "nav"> | ||
+ | Hahahahahahhahahahaha | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
+ | </html> |
Revision as of 15:41, 23 June 2018