Why I can't move down my yellow buttons? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why I can't move down my yellow buttons?

Why I can't move down my yellow buttons?Maybe I doing something wrong??? https://code.sololearn.com/WuS1KDBZ64ds/?ref=app

15th Sep 2019, 12:05 PM
Anton Franzen
Anton Franzen - avatar
1 Answer
+ 1
Not sure if its the best solution but when you put the .button class to the div and not to the link itself, you can move the yellow button down. You could put the .boot class also the same way into a separate div. <div class="button"> <a href="https://www.sololearn.com/">Start coding with Sololearn</a> </div> <div class="boot"> <a href="https://getbootstrap.com/">Get your Bootstrap</a> </div> By the way you have two times "margin-top" for the .button class 100px and 40px.
15th Sep 2019, 2:31 PM
CodeX
CodeX - avatar