"hover text"
Bootstrap 3.0.0 Snippet by evarevirus

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <section class="layout-article"> <ul class="box-article"> <li class="list-article wow flipInY"> <article class="box-article"><a href=""> <h1>Gummies fruitcake cupcake candy tart sesame snaps apple pie halvah.</h1> <p>Sweet roll lemon drops chupa chups. Candy canes icing soufflé ice cream tiramisu jelly-o macaroon sweet roll chocolate cake. Cake bear claw gummies topping candy canes liquorice muffin halvah.</p></a></article> </li> <li class="list-article wow flipInY" data-wow-delay="0.3s"> <article class="box-article"><a href=""> <h1>Gummies fruitcake cupcake candy tart </h1> <figure><img src="https://images.unsplash.com/photo-1441906363162-903afd0d3d52?ixlib=rb-0.3.5&q=80&fm=jpg&s=51953479f1ce3812d6fc2bc7d82ecea4" alt=""/></figure> <p>Sweet roll lemon drops chupa chups. Candy canes icing soufflé ice cream tiramisu jelly-o macaroon sweet roll chocolate cake. Cake bear claw gummies topping candy canes liquorice muffin halvah.</p></a></article> </li> <li class="list-article wow flipInY" data-wow-delay="0.6s"> <article class="box-article"><a href=""> <h1>Gummies fruitcake cupcake candy tart sesame snaps apple. </h1> <figure><img src="https://images.unsplash.com/photo-1443527216320-7e744084f5a7?ixlib=rb-0.3.5&q=80&fm=jpg&s=6fbde3ee76bc8f49caf14c89778b2210" alt=""/></figure> <p>Sweet roll lemon drops chupa chups. Candy canes icing soufflé ice cream tiramisu jelly-o macaroon sweet roll chocolate cake. Cake bear claw gummies topping candy canes liquorice muffin halvah.</p></a></article> </li> <li class="list-article wow flipInY" data-wow-delay="0.9s"> <article class="box-article"><a href=""> <h1>Gummies fruitcake cupcake </h1> <p>Sweet roll lemon drops chupa chups. Candy canes icing soufflé ice cream tiramisu jelly-o macaroon sweet roll chocolate cake. Cake bear claw gummies topping candy canes liquorice muffin halvah.</p></a></article> </li> <li class="list-article wow flipInY" data-wow-delay="1.2s"> <article class="box-article"><a href=""> <h1>Cake apple pie candy canes liquorice.</h1> <p>Sweet roll lemon drops chupa chups. Candy canes icing soufflé ice cream tiramisu jelly-o macaroon sweet roll chocolate cake. Cake bear claw gummies topping candy canes liquorice muffin halvah.</p></a></article> </li> <li class="list-article wow flipInY" data-wow-delay="1.5s"> <article class="box-article"><a href=""> <h1>Gummies fruitcake cupcake candy tart sesame snaps apple pie</h1> <figure><img src="https://images.unsplash.com/photo-1440470177828-6381dc5074ba?ixlib=rb-0.3.5&q=80&fm=jpg&s=6faf705d60f9804d03079755fb323a9a" alt=""/></figure> <p>Sweet roll lemon drops chupa chups. Candy canes icing soufflé ice cream tiramisu jelly-o macaroon sweet roll chocolate cake. Cake bear claw gummies topping candy canes liquorice muffin halvah.</p></a></article> </li> </ul> </section><a class="credit" href="http://tlab.co.id/" target="_blank"></a>
/* variabel */ /* mixin */ html, body { background: #f1f1f1; font-family: 'Raleway', sans-serif; } a { text-decoration: none; } .layout-article { max-width: 1027px; margin: 0 auto; padding: 40px 0px; } .layout-article ul.box-article { list-style: none; -moz-column-count: 3; -webkit-column-count: 3; column-count: 3; -webkit-column-gap: 0px; -moz-column-gap: 0px; column-gap: 0px; } .layout-article ul.box-article li { display: inline-block; -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; column-break-inside: avoid; padding: 25px; background: #ffffff; height: auto; overflow: hidden; margin: 15px; position: relative; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } .layout-article ul.box-article li article { width: 100%; } .layout-article ul.box-article li article h1 { -webkit-transition: ease 0.3s; transition: ease 0.3s; font-size: 24px; line-height: 31px; font-weight: 600; color: #191919; margin-bottom: 15px; } .layout-article ul.box-article li article figure { width: 100%; } .layout-article ul.box-article li article figure img { width: 100%; } .layout-article ul.box-article li article p { margin-top: 15px; font-size: 16px; line-height: 26px; font-weight: 500; color: #5E5E5E; } .layout-article ul.box-article li article span { width: 100%; display: block; padding: 15px; text-align: center; background: #24cf5f; margin-left: -15px; color: #ffffff; -webkit-transform: translateY(15px); transform: translateY(15px); -webkit-transition: ease 0.3s; transition: ease 0.3s; } .layout-article ul.box-article li:hover article h1 { color: #24cf5f; } .layout-article ul.box-article li:hover article span { /* @include translateY(0px); */ } @media only screen and (max-width: 480px) { .layout-article ul.box-article { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; } } @media only screen and (min-width: 481px) and (max-width: 1023px) { .layout-article ul.box-article { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; } } .credit { position: fixed; bottom: 15px; right: 15px; width: 150px; height: 100px; background: url(http://tlab.co.id/images/logo.png) no-repeat center center; }
new WOW().init();

Related: See More


Questions / Comments: