How do I stop my blocks moving? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do I stop my blocks moving?

On small device screens and sometimes on large screens the blocks move when I click on them https://code.sololearn.com/WlARMeXrobj8/?ref=app

18th Oct 2020, 10:00 AM
Anesu Mavhura
Anesu Mavhura - avatar
1 Answer
+ 1
.row{ display: flex; flex-direction: row; width:290px; margin: 100px auto 100px auto; } .col-sm-3{ display: flex; flex-direction: column; }
18th Oct 2020, 10:40 AM
JaScript
JaScript - avatar