Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.51 KB | None | 0 0
  1. <div class="item active" style="background-image: url(img/banner/slide3.jpg);">
  2.                     <div class="panel panel-default">
  3.                         <div class="carousel-caption">
  4.                             <div class="panel-body banner">
  5.                                 <h2 data-wow-duration="700ms" data-wow-delay="500ms" class="wow bounceInDown animated">
  6.                                     Commuter Line Adertising!</h2>
  7.                                 <h4 data-wow-duration="1000ms" class="wow slideInLeft animated"><span
  8.                                         class="color">Operator
  9.                                         :</span> PT KAI Commuter Jabodetabek (kjb). 8 - 12
  10.                                     Carriages Formation / Trains. Capacity Up To 80 - 110 Passengers Per Carrages. Total
  11.                                     More Than 600 Carriages.</h4>
  12.                                 <p data-wow-duration="1000ms" class="wow slideInRight animated">Operating Hour : 04.05 -
  13.                                     23.30*.
  14.                                 </p>
  15.                             </div>
  16.                         </div>
  17.                     </div>
  18.                 </div>
  19.  
  20. css
  21. .carousel-caption h2 {
  22.   font-size: 62px;
  23.   font-weight: 300;
  24.   margin-bottom: 15px;
  25.   color: #F8F8FF;
  26.   filter: drop-shadow(.05em .05em #89C342);
  27.   mix-blend-mode: difference;
  28.   position: relative;
  29.   z-index: 1;
  30. }
  31. .carousel-caption h4 {
  32.   font-size: 25px;
  33.   font-weight: 300;
  34.   margin: 6px 0 20px;
  35.   color: #F8F8FF;
  36.   filter: drop-shadow(.05em .05em #89C342);
  37.   mix-blend-mode: difference;
  38.   position: relative;
  39.   z-index: 1;
  40. }
  41.  
  42. .carousel-caption p {
  43.   font-size: 18px;
  44.   font-weight: 300;
  45.   color: #F8F8FF;
  46.   filter: drop-shadow(.05em .05em #89C342);
  47.   mix-blend-mode: difference;
  48.   position: relative;
  49.   z-index: 1;
  50. }
  51. .banner {
  52.   background: #000000;
  53.   opacity: 0.5;
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement