O
O
OldSchoolWeb2015-12-16 10:06:39
css
OldSchoolWeb, 2015-12-16 10:06:39

How to make such a news slider?

link
I don't understand how you can release such a news informer (slider)? How can I score and make up immediately as on the pixel-by-pixel layout, but I want to know how to do it right away, so that later I can add animation when you hover the mouse over the block, the title of the article came out

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Юрий Янин, 2015-12-16
@VPank

bootstrap классы row и col
Если точнее то сетка будет выглядеть так

<div class="row">
      <div class="col-lg-3 col-md-3 col-sm-3">
             <div class="col-lg-12 col-md-12 col-sm-12"></div>
             <div class="col-lg-6 col-md-6 col-sm-6"></div>
             <div class="col-lg-6 col-md-6 col-sm-6"></div>
      </div>
      <div class="col-lg-3 col-md-3 col-sm-3">
             <div class="col-lg-6 col-md-6 col-sm-6"></div>
             <div class="col-lg-6 col-md-6 col-sm-6"></div>
             <div class="col-lg-12 col-md-12 col-sm-12"></div>
      </div>
      <div class="col-lg-3 col-md-3 col-sm-3">
      </div>
      <div class="col-lg-3 col-md-3 col-sm-3">
            <div class="col-lg-12 col-md-12 col-sm-12"></div>
            <div class="col-lg-12 col-md-12 col-sm-12"></div>
      </div>
</div>

R
Rikcon, 2015-12-16
@Rikcon

masonry.desandro.com
Вот, попробуйте вот это, точно не знаю подойдёт ли вам, но очень похоже по функционалу.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question