skip to Main Content

Need help Aligning list and image (HTML CSS)

Im trying to align my image that is defined in a div statement next to a list. body { background-color: #3799DF; color:#1B78BB; font-family: Arial; margin: 0; } * { box-sizing: border-box; } header { background-color: #3799DF; background-image: url(FullLogoBanner.png); background-position: left;…

VIEW QUESTION
Back To Top
Search