Salah Najem
@Salah1221All solutions
- Submitted 4 months ago
E-commerce Produce Page with Dark mode
- HTML
- CSS
- JS
The trick that I've used in my project for the dark/light switching animation depends solely on
mix-blend-mode: difference
, so I needed to invert most of the colors in the website. Would that impose a problem if used in a real-world project?