skip to Main Content

Reordering columns in CSS grid

I have the following HTML: <ul> <li> <p>A</p> <p>B</p> <p>C</p <p>D</p> </li> <li> <p>AAA</p> <p>BBB</p> <p>CCC</p <p>DDD</p> </li> <li> <p>A</p> <p>B</p> <p>C</p <p>D</p> </li> <li> <p>AAAAAA</p> <p>BBBBBB</p> <p>CCCCCC</p <p>DDDDDD</p> </li> </ul> The actual number of lis is variable, but each…

VIEW QUESTION

Html – Footer list text won't center

I've got a problem with centering the list in my footer, it looks as if there's padding on the left side preventing it from centering. <footer> <div class="footerContainer"> <img src="/images/middle.png" class="center" style="width: 100%;"> <div class="footerNav"> <ul><li><a a target="###">My Store</a></li> <li><a…

VIEW QUESTION
Back To Top
Search