Guest User

Untitled

a guest
Jan 22nd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <div class="container-fluid" id="wrapper">
  2. <div id="home-decore">
  3.  
  4. <img/>
  5. <img/>
  6. <img/>
  7. <img/>
  8. <img/>
  9. <img/>
  10. <img/>
  11. <img/>
  12. <img/>
  13. <img/>
  14. <img/>
  15. etc ..
  16.  
  17.  
  18.  
  19. </div>
  20. </div>
  21.  
  22. #wrapper{
  23. background:red;
  24. padding-top:5%;
  25. min-height: 88%;
  26. height: auto !important;
  27. height: 88%;
  28.  
  29. }
  30. #home-decore{
  31. margin:0;
  32. padding-top:60px;
  33. left:0;
  34. top:0;
  35. position:realtive;
  36. min-height: 100%;
  37. height: auto !important;
  38. height: 100%;
  39. background:#000;
  40.  
  41.  
  42. }
  43. #home-decore img{
  44. border-radius:2px;
  45. border:0.3% solid white;
  46. opacity:0.6;
  47. width: 3.3333%;
  48. overflow: hidden;
  49. }
  50. #home-decore img:hover{
  51. opacity:1;
  52. }
  53.  
  54. here's the Css code for it
  55. <ul>
  56. <li style="float: left; padding-left: 5px; padding-right: 10px; padding-bottom: 15px">
  57. <img/>
  58. <li style="float: left; padding-left: 5px; padding-right: 10px; padding-bottom: 15px">
  59. <img/>
  60. </li>
  61. </li>
  62. ...........
  63. </ul>
  64.  
  65. body{
  66. padding:0;
  67. margin:0;
  68. }
Add Comment
Please, Sign In to add comment