Guest User

Untitled

a guest
Jan 31st, 2017
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. HTML:
  2. <div class="container-fluid bg-1 text-center">
  3. <img class="img-responsive" src="https://wallpaperbrowse.com/media/images/summer_mountains_nature_lake_river_grass_93164_2560x1080.jpg" alt="Nature">
  4. <img class="img-responsive img-circle img-2" src="http://i.imgur.com/gcTJ6nx.jpg" alt="Dog" >
  5. </div>
  6.  
  7. CSS:
  8. .container-fluid {
  9. padding-top: 70px;
  10. padding-bottom: 70px;
  11. position:relative;
  12. }
  13. .bg-1 {
  14. background-color: #4CB5F5;
  15. color: white;
  16. }
  17. .img-2 {
  18. display: inline;
  19. width: 250px;
  20. height: auto;
  21. }
Add Comment
Please, Sign In to add comment