Guest User

Untitled

a guest
Mar 28th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. .logo {
  2. text-align: center;
  3. }
  4. .login {
  5. margin-top: 200px;
  6. text-align: center;
  7. }
  8. .login h3 {
  9. margin-bottom: -1px;
  10. margin-left: -5%;
  11. }
  12. h3 {
  13. text-align: center;
  14. }
  15. a {
  16. text-decoration: underline;
  17. color: blue;
  18. }
  19. body{
  20. background-color: #3385ff;
  21. color: white;
  22.  
  23. }
  24. <div class="logo">
  25. <h3>Dolphin</h3>
  26. <h1>LOGO</h1>
  27. <h3>Dishes</h3>
  28. </div>
  29. <div class="login">
  30. <form>
  31. <h3>Username:</h3>
  32. <input type="text" name="username"><br>
  33. <h3>Password:</h3>
  34. <input type="text" name="firstname"><br>
  35. </form>
  36. </div>
  37. <h3>New here? <a>Sign up</a></h3>
Add Comment
Please, Sign In to add comment