Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>Belajar Javascript</title>
- <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
- <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
- <!-- <link rel="stylesheet" href="material.min.css"> -->
- <style>
- .container {
- width: 1263px;
- left: 0px;
- position: absolute;
- box-sizing: border-box;
- z-index: 9;
- height: 750px;
- top: 0px;
- background: rgb(255, 255, 255) url("https://dd7tel2830j4w.cloudfront.net/f1513899482586x313657963648438460/devices3.svg") no-repeat scroll center center / cover;
- border-radius: 0px;
- }
- img {
- width: 40px;
- height: 40px;
- }
- </style>
- </head>
- <body>
- <div class="container mdl-layout mdl-js-layout">
- <header class="mdl-layout__header" style="width: 1263px;height: 4653px; min-height: 100%; margin-right: auto; margin-left: auto; position: absolute; z-index: 1; top: 0px; overflow: hidden; background: transparent none repeat scroll 0% 0%; box-sizing: border-box;">
- <div class="mdl-layout__header-row">
- <span class="mdl-layout-title"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5a/No-Game-No-Life-anime-logo.svg/500px-No-Game-No-Life-anime-logo.svg.png" alt="NGNL"> No Prayer <br />No Life</span>
- <div class="mdl-layout-spacer"></div>
- <div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable mdl-textfield--floting-label mdl-textfield--align-right">
- <label for="waterfall-exp" class="mdl-button mdl-js-button mdl-button--icon">
- <i class="material-icons">search</i>
- </label>
- <div class="mdl-textfield__expandable-holder">
- <input type="text" name="sample" id="waterfall-exp" class="mdl-textfield__input">
- </div>
- </div>
- </div>
- </header>
- </div>
- <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
- <script src="https://code.getmdl.io/1.3.0/material.min.js"></script>
- <!-- width: 1263px;
- left: 0px;
- position: absolute;
- box-sizing: border-box;
- z-index: 9;
- height: 750px;
- top: 0px;
- background: rgb(255, 255, 255) url("https://dd7tel2830j4w.cloudfront.net/f1513899482586x313657963648438460/devices3.svg") no-repeat scroll center center / cover;
- border-radius: 0px; -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment