Advertisement
rdsedmundo

HTML

Jun 24th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.22 KB | None | 0 0
  1. <html style="
  2.    height: 100%;
  3. "><head>
  4.     <meta charset="utf-8">
  5.     <title>Bem vindo à To-Do It!</title>
  6.     <link href="http://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
  7.     <link rel="stylesheet" type="text/css" href="css/index.css">
  8.     <meta name=" viewport " content=" initial-scale=1.0 , width=device-width ">
  9.     <script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script><style></style>
  10.       </head>
  11.   <body style="
  12.    height: 100%;
  13. ">
  14.     <div class="canvas" style="
  15.    position: relative;
  16.    height: 100%;
  17.    width: 100%;
  18.     margin-left: auto;
  19. margin-right: auto;
  20.     left: 0; /* remover o left 50% no .css */
  21.     right: 0;
  22. ">
  23.       <div class="box">
  24.         <h1>To-Do It!</h1>
  25.         <form action="index.php" method="post">
  26.           <p>
  27.             <input type="text" name="login" id="login" placeholder="Login" required="">
  28.           </p>
  29.           <p>
  30.             <input type="password" name="passwd" id="passwd" placeholder="Senha" required="">
  31.           </p>
  32.           <input type="submit" id="bt_join" value="Entrar">
  33.           <p><a href="cadastro.php">Cadastre-se</a></p>
  34.         </form>
  35.       </div>
  36.     </div>
  37.  
  38.  
  39. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement