Hi, I’m Adeoye, a developer who loves creating beautiful and user-friendly web applications. I have experience with HTML, CSS, JavaScript, SASS, Bootstrap, and TailwindCSS
I’m currently learning...I’m currently learning Svelte, Rust and Solidity to expand my skills and explore new possibilities.
Latest solutions
Latest comments
- @adriananinSubmitted almost 2 years ago@unkuseniPosted almost 2 years ago
You should use conditional rendering to decide where the filters would be based on screen width
0 - @adriananinSubmitted almost 2 years ago@unkuseniPosted almost 2 years ago
Make the display on the list items flex. For the checkbox, set
appearance: none
then give itwidth: 40px; height: 40px
set border radius to 50% and use the:checked { background-image: checkmark; background-color: add your gradient and what angle you like;}
0