Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. header {
  2. width:100%;
  3. position:relative;
  4. top:0;
  5. left:0;
  6. background-color:#006ec0;
  7. color:white;
  8. font-size:50px;
  9. text-align:center;
  10. font-family:Arial;
  11. padding-top:15px;
  12. padding-bottom:15px;
  13. }
  14. header > img {
  15. color:yellow;
  16. font-size:33%;
  17. float:left;
  18. margin-left:30px;
  19. }
  20. body {
  21. background-color:#f0eee6;
  22. font-family: Arial;
  23. }
  24. div > form {
  25. text-align:center;
  26. border:solid gray 1px;
  27. background:white;
  28. width:33%;
  29. padding:3%;
  30. margin:10% 33% 10% 33%;
  31. }
  32. div > form > label {
  33. display:block;
  34. text-align:center;
  35. }
  36. div > form > button {
  37. background-color:#006ec0;
  38. border:0px; color:white;
  39. font-size:23px;
  40. min-width:100px;
  41. padding:10px;
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement