@Yahir-amSubmitted over 2 years ago
Hi everyone, a feedback will be appreciated :D
Hi everyone, a feedback will be appreciated :D
Nicely done, @Yahir-am! I like your use of CSS variables. They make your CSS readable and more maintainable. However, here are some suggestions to make your page look even better:
font-family: "Montserrat", sans-serif;
would imply that sans-serif
is the fallback font. I find the introduction of this article(CSS Fallback Fonts) insightful about fallback fonts.I hope you find this feedback beneficial
Happy coding!