Guest User

Untitled

a guest
Apr 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <section id="calltoaction" class="calltoaction ">
  2. <div class="blacklayer"></div>
  3. <div class="col-md-12">
  4. <h2>Header title</h2>
  5. Test text
  6.  
  7. </div>
  8. <div class="col-md-12 text-center"><a class="btn btn-danger btn-lg btn-primary" href="#">Download</a></div>
  9. </section>
  10.  
  11. .calltoaction {
  12. background-position: unset !important;
  13. position: absolute;
  14. left: 0;
  15. right 0;
  16. background-image: url(http://roguelevels.com/wp-content/uploads/2018/04/DSC6507-683x1024.jpg);
  17. background-size: cover;
  18. padding: 80px 0 90px 0;
  19. }
  20.  
  21. .row {
  22. margin-right: -15px;
  23. margin-left: -15px;
  24. }
Add Comment
Please, Sign In to add comment