Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. body {
  2. padding-top: 50px;
  3. }
  4.  
  5. #headerWrapper{
  6. position: relative;
  7. padding: 0;
  8. margin: 0;
  9. overflow: hidden;
  10. height: 600px;
  11. background-image: url(../images/headerlogo/background.png);
  12. background-repeat: no-repeat;
  13. background-size: 100% 700px;
  14. background-position: top center;
  15. background-attachment: fixed;
  16. }
  17.  
  18. #logotext{
  19. position: absolute;
  20. width: 100%;
  21. height: 100%;
  22. background-image: url(../images/headerlogo/text.png);
  23. background-repeat: no-repeat;
  24. background-position: center;
  25. background-size: contain;
  26. background-size: 70% 180px
  27. top: 50%;
  28. margin-top: -90px;
  29. }
  30.  
  31. #fore-flower{
  32. position: absolute;
  33. width: 100%;
  34. height: 400px;
  35. background-image: url(../images/headerlogo/fore-flower.png);
  36. background-size: auto 400px;
  37. background-repeat: no-repeat;
  38. background-position: right bottom;
  39. background-size: contain;
  40. top: 525px;
  41. right: -50px;
  42. }
  43.  
  44. #back-flower{
  45. position: absolute;
  46. width: 100%;
  47. height: 350px;
  48. background-image: url(../images/headerlogo/back-flower.png);
  49. background-position: left bottom;
  50. background-repeat: no-repeat;
  51. background-size: auto 350px;
  52. top: 400px;
  53. left: -25px;
  54. background-size: contain;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement