@adriananinSubmitted over 1 year ago
I wasn't able to implement the linear gradient border color for the checkbox, does anyone know how to do that ?
I tried but I kept a square instead of a circle
I wasn't able to implement the linear gradient border color for the checkbox, does anyone know how to do that ?
I tried but I kept a square instead of a circle
You should use conditional rendering to decide where the filters would be based on screen width
I wasn't able to implement the linear gradient border color for the checkbox, does anyone know how to do that ?
I tried but I kept a square instead of a circle
Make the display on the list items flex.
For the checkbox, set appearance: none
then give it width: 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;}