G
G
GeorgeKay2018-04-26 10:08:30
css
GeorgeKay, 2018-04-26 10:08:30

How to make a drop down list?

https://codepen.io/GeorgeKay/pen/gzwPmy

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
frees2, 2018-04-26
@frees2

Drop down, or from blocks by clicking on a link? If down, then yes.

<style>
  .cards {  display: flex; flex-wrap: wrap;  align-items: stretch;  }
  .card {  flex: 0 0 20%;  margin: 0px;  border: 0;  } 
  .card .text { padding: 0 2px 2px;  }
  
</style>

<main class="cards">
  <article class="card"> <div class="text">
   1 cccccccccccccc
</div></article>
  
  <article class="card"> <div class="text">
   2  ccccccccccccccccc
</div></article>
  
  
</main>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question