Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.65 KB | None | 0 0
  1. <html><head><style>
  2. @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
  3. @import url('https://fonts.googleapis.com/css?family=Raleway:300&display=swap');
  4. @import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
  5.  
  6. .title {
  7.   font-family: 'Montserrat', sans-serif;
  8. }
  9. .sub {
  10.   font-family: 'Raleway', sans-serif;
  11. }
  12. .ui {
  13.   font-family: 'Raleway', sans-serif;
  14. }
  15. input[type=text]{
  16.     width:100%;
  17.     border:2px solid #aaa;
  18.     border-radius:4px;
  19.     margin:8px 0;
  20.     outline:none;
  21.     padding:8px;
  22.     box-sizing:border-box;
  23.     transition:.3s;
  24.   }
  25.  
  26.   input[type=text]:focus{
  27.     border-color:dodgerBlue;
  28.     box-shadow:0 0 8px 0 dodgerBlue;
  29.   }
  30. </style></head>
  31.     <body>
  32.     <div style="background-color:#383838;padding: 15px; width:350px; height:400px; border:3px solid #73AD21; position:absolute; left:300px; top:200px;">
  33.         <h1 style="color:#E8E8E8; text-align:center; font-size:35px;"><span class="title">Welcome!</span></h1>
  34.         <h2 style="color:#B0B0B0; text-align:center; font-size:15px;"><span class="sub">Enter the required information to continue</span></h2><br>
  35.         <b><p style="font-size:90%;"><font color="#BEBEBE"><span class="ui">USERNAME</span></font></p></b>
  36.         <input type="text" value="" id="username" placeholder="Enter usernmane here: "><br><br>
  37.         <b><p style="font-size:90%;"><font color="#BEBEBE"><span class="ui">PASSWORD</span></font></p></b>
  38.         <input type="text" id="password">
  39.     </font></div><font color="#d0d0d0">
  40.    
  41.     <div style="height:1000px; border-left: 6px red solid; right: 400px; position:absolute;"></div>    
  42.    
  43.     </font></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement