Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <figure class="hero-banner">
  2. <img class="hero-banner__image" src="assets/img/banners/home.jpg" alt="Homem saltando entre montanhas rochosas, com um ceú azul sem nuvens" width="1920" height="700">
  3. <figcaption class="hero-banner__description">
  4. <div class="container">
  5. <h2>Melhore seus resultados<br>Amplie horizontes</h2>
  6. <h1>Sistemas de gestão empresarial</h1>
  7. </div>
  8. </figcaption>
  9.  
  10. .hero-banner {
  11.  
  12. &__image {
  13. position: relative;
  14. width: 100%;
  15. height: auto;
  16. margin: 0 auto;
  17. }
  18.  
  19. &__description {
  20. position: absolute;
  21. top: 50px;
  22. z-index: 1;
  23. width: 100%;
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement