C
C
Clazzer1232019-08-27 16:17:36
css
Clazzer123, 2019-08-27 16:17:36

Any ideas on how to do something like this?

5d652a481afda220485572.png
I tried using css grid, but it turned out some kind of crap, everything looked crooked and not as intended.
Are there any ideas on how this can be done?
https://yadi.sk/d/Lo0Kyo5M5BYAdA (link to pictures if cho)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xcuube, 2019-08-27
@xcuube

Can be done on bootstrap 4 grid

T
TCloud, 2019-08-27
@OTCloud

Take Bootstrap and clip whatever you want
Example

<div class="row">
  <div class="col-md-12">
    <div class="row">
      <div class="col-md-12">
        <div class="box">
          <!-- images here -->
        </div>
      </div>
      <div class="col-md-12">
        <div class="box">
          <!-- image here -->
        </div>
      </div>
    </div>

    <div class="row">
      <!-- to be continue... -->
    </div>
  </div>
</div>

Further in the same spirit..

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question