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

Html – How to align listed bullet point text?

I have a bullet list with an image as the bullet point and have it coded like as shown in the snippet: li::before { content: ""; display: inline-block; height: 15px; width: 15px; background-size: contain; background-image: url('https://adp-com-prod.es.ad.adp.com/-/media/apps/wfn/images/rs_email_checklisticon-bullet.png?rev=f7aed74…&hash=2EB10B8B4C4FCB24BC37B1E501219BBB'); background-repeat: no-repeat; margin-right: 7px;…

VIEW QUESTION
Back To Top
Search