Guest User

Untitled

a guest
Feb 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <div class="jumbotron">
  2. <div class="container"><h1>QUIENES SOMOS</h1></div>
  3. <img src="img3/imgHeadAcercaDe.jpg">
  4. </div>
  5.  
  6. /*JUMBOTRON*/
  7.  
  8. .jumbotron {
  9. background-color: transparent;
  10. position: relative;
  11. padding-top: 0;
  12. padding-bottom: 0;
  13. }
  14.  
  15. .jumbotron img {
  16. width: 100%;
  17. }
  18.  
  19. .jumbotron h1{
  20. position: absolute;
  21. bottom: 25%;
  22. color: #FFF;
  23. text-shadow: 3px 3px 1px #18367c;
  24. font-size: 40px;
  25. font-weight: 400;
  26. }
Add Comment
Please, Sign In to add comment