I'm super excited not only to use and extend my skills here but also share knowledge with one another!! In my free time, I like to go out for a walk or watching anime on Netflix.
I’m currently learning...I mainly learning how to use React and its eco-systems efficiently. I'm also improving semantic HTML and advanced CSS like styeld-components or Sass.
Latest solutions
Latest comments
- @itsfedoruk@josuke0227
Hello, Maria.
I like your clean BEM notation for the class names👍!
I'd like to suggest you one thing. You can use "rem" or "em" unit for font-size instead of "px". This is because the display of these day has high density, it can display 1000px even if its width is 500px. "px" unit may cause your text size shrink when it is displayed.
Also "rem" and "em" unit works well when someone👵👴 changed the text size from your browser's setting!
Happy coding! 😁
- @aasthaanand123@josuke0227
Hello, Aastha!
Good work, mate👍
What I'd like to suggest is as below:
- You can apply font-style globally if you set it to body in your stylesheet.
- The break point which the layout is switched to desktop one may be a bit too small since the left side of the contents is outside of the screen.
I hope it helps.
Happy coding! :)