Latest solutions
Blog Preview Card
Submitted 12 months agoI am not sure if I used media queries and CSS variables in a way that would be chosen in professional projects as well or if a different approach works better in terms of organization of the CSS and maintainability.
Latest comments
- @VolkanSenerr@cmdaltent
Solution looks good to me. 👍 Keep up the good work!
I just noticed that the background color differs from the design. It should've been the slate 300 color – same for the text in the
p
tag. That also leads to the--Slate-300
variable to be unused in your code, which is generally not recommended to keep unused variables in your code base as it leads to clutter and dead code.