Guest User

Untitled

a guest
Jun 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <head>
  2. <link rel="stylesheet" href="Stylesheets/default.css">
  3. </head>
  4.  
  5. <body>
  6. <div class="page">
  7.  
  8. <div class="img-wrapper">
  9. <a href="pol.html"><img src="Images/cal-engel-531490-unsplash.jpg"></a>
  10. </div>
  11.  
  12. <div class="img-wrapper">
  13. <a href="biz.html"><img src="Images/rawpixel-660717-unsplash.jpg"></a>
  14. </div>
  15.  
  16. </div>
  17.  
  18. </body>
  19.  
  20. .page {
  21. width: 100%;
  22. height: 100vh;
  23. white-space: nowrap;
  24.  
  25. }
  26.  
  27. .img-wrapper {
  28. position: relative;
  29. }
  30.  
  31. img {
  32. float: left;
  33. width: 50%;
  34. height: 100vh;
  35. }
Add Comment
Please, Sign In to add comment