Latest solutions
- Submitted 8 days ago
API Proxy & Frontend Integration with Authentication & UI Updates
#express#node- HTML
- CSS
Any insights or recommendations would be appreciated!
- Submitted 11 days ago
CSS text hover effect for the attribution
- HTML
- CSS
Feedback would be greatly appreciated. Tell me what could I have done better. Thank you!
- Submitted about 1 month ago
Interactive Social Links Card w/ Animations/Hovers/Entrance
#pure-css- HTML
- CSS
Let me know what you think on the solution cheers!
- Submitted about 1 month ago
CSS Lift/Float/Hover Effects & CSS Moving Linear-gradient animation
#animation#pure-css- HTML
- CSS
Feedback would be very appreciated!
Latest comments
- @artofnuelSubmitted over 2 years ago
- @PirifolhaSubmitted 16 days agoWhat are you most proud of, and what would you do differently next time?
I'm proud of being able to solve this without tutorials.
What challenges did you encounter, and how did you overcome them?Styling the table, I overcame it by using w3schools.com
What specific areas of your project would you like help with?Changing the colors on the bullet points and numbers on the lists.
P@Joz312vPosted 11 days agoHi, for the ul and ol changing colors without affecting the text inside of it.
ol { counter-reset: list-counter; }
ol li::before { content: counter(list-counter) "."; color: var(--brown-800); }
.bullets li::marker { color: var(--brown-800); font-size: 1em; }
Learn more about it here:
https://www.w3.org/Style/Examples/007/color-bullets.en.html
0 - @heixiaozhiSubmitted about 2 months ago
- @gsnunes47Submitted about 1 month ago
- @Eab0uSubmitted about 1 month agoP@Joz312vPosted about 1 month ago
Clean, well-structured code. If you want to save some time of your work on making it responsive for both Desktop and Mobile. I definitely recommend learning about @media queries. https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries
0