Advertisement
srikat

Untitled

Sep 5th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. .full-width .site-inner {
  2. max-width: none;
  3. padding: 0;
  4. }
  5.  
  6. .full-width .wrap {
  7. max-width: 1280px;
  8. margin: 0 auto;
  9. }
  10.  
  11. .full-width .site-inner .wrap p {
  12. margin-bottom: 30px;
  13. }
  14.  
  15. .image-background {
  16. background: url(http://digital-pro-copy.dev/wp-content/uploads/2015/11/sample-5.jpg);
  17. background-repeat: no-repeat;
  18. background-size: cover;
  19. margin-bottom: 30px;
  20. color: #fff;
  21. padding: 100px 0;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement