Latest solutions
API Proxy & Frontend Integration with Authentication & UI Updates
#express#nodePSubmitted 5 months agoAny insights or recommendations would be appreciated!
CSS text hover effect for the attribution
PSubmitted 6 months agoFeedback would be greatly appreciated. Tell me what could I have done better. Thank you!
Interactive Social Links Card w/ Animations/Hovers/Entrance
#pure-cssPSubmitted 6 months agoLet me know what you think on the solution cheers!
CSS Lift/Float/Hover Effects & CSS Moving Linear-gradient animation
#animation#pure-cssPSubmitted 6 months agoFeedback would be very appreciated!
Latest comments
- @artofnuelP@Joz312v
Preview site is not working
- @PirifolhaWhat 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@Joz312vHi, 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
- @heixiaozhiP@Joz312v
Cheers to the :root
- @gsnunes47P@Joz312v
Very clean Sir, Cheers!!
- @Eab0uP@Joz312v
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