Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. body
  2. {
  3. font-family:Helvetica,Arial,sans-serif;
  4. background: #bdc3c7 url('../img/bg-yellow.jpg') no-repeat 50% 50% ;
  5. background-attachment: fixed;
  6. background-size: cover;
  7. /*margin:50px 50px 50px 50px;*/
  8. margin: 50px auto;
  9. /*padding: 50px 20px 50px 20px;*/
  10. width: 500px;
  11. /*margin-top: 50px;
  12. margin-right: 50px;
  13. margin-bottom: 50px;
  14. margin-left: 50px;*/
  15. box-shadow: rgba(204, 209, 209,0.5) 20px 20px 20px 20px ;
  16. }
  17.  
  18. header
  19. {
  20. background: #48c9b0 ;
  21. color: #fff;
  22. text-align: center;
  23. padding: 15px;
  24. }
  25.  
  26. header > h1
  27. {
  28. margin: 0px;
  29. }
  30.  
  31. section
  32. {
  33. background: #fff;
  34. padding: 10px;
  35. }
  36.  
  37. header,section > p
  38. {
  39. margin: 0px;
  40. }
  41.  
  42. label
  43. {
  44.  
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement