I found a solution to color the ordered list numbers online. But then the spacing in the list was not nice. The numbering was part of the list entry and not really in front of it, so the text would not indent if the list entry went over several lines. If someone knows a solution to this problem, I'd be happy to see it.
Babatunde Owolabi
@nottundeednutAll comments
- @Adabe4Submitted about 2 months agoWhat specific areas of your project would you like help with?
- @lank81Submitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I cleaned up some of the ways I was displaying text on the screen and broke my HTML down into a more semantic style.
What challenges did you encounter, and how did you overcome them?Setting up a section and all divs within it receiving the styles. I needed to look this up and found a solution pretty quickly via Google.
@nottundeednutPosted about 1 month agoThe font-weight of the links is not applied.
0 - @myildirimdevSubmitted about 1 month ago@nottundeednutPosted about 1 month ago
Style sheet should be separated from the markup.
0 - @BenTheChiSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
Just doing this. Not the greatest at HTML and CSS, but decent at JS. So want to get better at basic styling and structuring.
What challenges did you encounter, and how did you overcome them?Forgot basic syntax. Looked stuff up. Used a little github copilot.
What specific areas of your project would you like help with?Overall organization of CSS and code
@nottundeednutPosted about 1 month ago.Hey there, I just wanted to suggest that separating the style sheet from the HTML could benefit you. It's a great way to enhance the overall design and functionality of your website.
0