Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.70 KB | None | 0 0
  1. <br>
  2.     <section id="blog">
  3.         <div class="col-lg-6">
  4.             <div id="slider-blog" class="carousel slide" data-ride="carousel">
  5.                 <div class="carousel-inner" role="listbox">
  6.                     <div class="carousel-item active" style="background-image: url(img/1.jpg)">
  7.                         <div class="carousel-caption">
  8.                             <h3>Reine</h3>
  9.                             <p>Norway</p>
  10.                         </div>
  11.                     </div>
  12.                     <div class="carousel-item" style="background-image: url(img/2.jpg)">
  13.                         <div class="carousel-caption  ">
  14.                             <h3>Reine</h3>
  15.                             <p>Norway</p>
  16.                         </div >
  17.                     </div>
  18.                     <div class="carousel-item" style="background-image: url(img/3.jpg)">
  19.  
  20.                         <div class="carousel-caption ">
  21.                             <h3>Reine</h3>
  22.                             <p>Norway</p>
  23.                         </div>
  24.                     </div>
  25.                     <a class="left-control " href="#slider-blog " data-slide="prev"> <i class="fa fa-chevron-left"></i>
  26.                     </a>
  27.                     <a class="right-control" href="#slider-blog" data-slide="next"> <i class="fa fa-chevron-right"></i>
  28.                     </a>
  29.                 </div>
  30.             </div>
  31.         </div>
  32.     </section>
  33.     <br>   
  34.     <br>   
  35.     <div class="col-lg-6">sasassrweeeeeeeeeeeeeeeeeeeee</div>
  36.     </div>
  37.     </div>
  38.     <br>   
  39.     <br>   
  40.  
  41.  
  42. --sass--
  43. .carousel-item
  44.     background-position: center center
  45. #slider-blog
  46.   overflow: hidden
  47. .carousel-inner
  48.   .carousel-item
  49.     background-repeat: no-repeat
  50.     background-size: cover
  51.     height: 240px
  52. .left-control, .right-control
  53.     position: absolute
  54.     top: 42%
  55.     height: 25px
  56.     width: 25px
  57.     line-height: 20px
  58.     font-size: 10px
  59.     color: white
  60.     transition: all 0.5s ease
  61. .left-control:focus, .right-control:focus
  62.     color: white
  63. .left-control
  64.     left: 20px
  65. .right-control
  66.     right: 20px
  67. .left-control:hover, .right-control:hover
  68.    color: white
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement