Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @BatuhanGQskt

    Posted

    You could have used ul instead of the class of list-Items class div in HTML, and formatted the ul tag in CSS with the following code:

    ul{
       list-style-type : none;
       padding : 0px;
     }
    

    Also, you can try, and code the webpage to have a responsive design that works on mobile and change the style. I am also new to those things. I hope you have a good ride on your journey.

    Marked as helpful

    0