skip to Main Content

enter image description hereWhat css property can resolve this, I’ve tried all relating to lists in css and html but it’s still not working

I tried using a list item in HTML (li) but the styling property did not really come out like the image above I expected

2

Answers


  1. Generally classes are recommended for better code organization and resuability.

    Login or Signup to reply.
  2. Use css flex properties and containers

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search