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
1 Odpowiedź
+ 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.