Posts by Guilherme • 1 point
1 post
-
0
votes1
answer46
viewsA: HTML/CSS - side-by-side alignment
Here the code: ul{ margin: 0; padding: 0; } li{ list-style: none; display: inline; padding: 8px; } .box{ margin-left: 65%; } .box2{ margin-left: 85%; margin-top: -18px; } header{ background-color:…