@fantasticfahimSubmitted over 1 year ago
BatuhanGQskt
@BatuhanGQsktAll comments
- @BatuhanGQsktPosted over 1 year ago
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 helpful0