Guest User

Untitled

a guest
Jul 5th, 2016
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. #container {
  2. margin: 0;
  3. }
  4.  
  5. .logo {
  6. background-image: url("images/retina_wood_@2X.png"); /*From http://subtlepatterns.com*/
  7. padding-top: 180px;
  8. }
  9.  
  10. .about {
  11. background-image: url("images/grey_wash_wall_@2X.png"); /*From http://subtlepatterns.com*/
  12. }
  13.  
  14. h2 {
  15. font-size: 58px !important;
  16. }
  17.  
  18. .headtext {
  19. font-family: 'Courgette', cursive;
  20. color: #fff;
  21. font-size: 80px;
  22. text-align: center;
  23. margin: 0;
  24. padding-top: 20px;
  25. }
  26.  
  27. .text {
  28. font-family: 'Poiret One', cursive;
  29. /*text-align: left;*/
  30. font-size: 18px;
  31. color: #fff;
  32. padding-top: 15px;
  33. }
  34.  
  35. .gallery {
  36. background-image: url("images/cheap_diagonal_fabric.png");
  37. }
  38.  
  39. .position {
  40. margin-left: auto;
  41. margin-right: auto;
  42. height: 100vh;
  43. width: 100%;
  44. }
  45.  
  46. .offer {
  47. background-image: url("images/footer_lodyas.png");
  48. }
  49.  
  50. .contact {
  51. background-image: url("images/green_cup.png");
  52. }
  53.  
  54. .btnprop {
  55. width: 600px;
  56. text-align: center;
  57. font-family: 'Poiret One', cursive;
  58. }
Add Comment
Please, Sign In to add comment