@isprutfromua
Posted
Hi there. You did a good job 😎
keep improving your programming skills🛠️
your solution looks great, however, if you want to improve it, you can follow these steps:
- @import prevents parallel downloads, use <link> instead.
1. @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");
-
Use relative units for font size, such as ems or rems. While modern browsers can smoothly zoom pixel-based layouts, sizing type in relative units ensures an entire layout can be scaled up or down by simply updating the font-size of the body element.
-
You Need to Stop Targeting Tags in CSS. When you add CSS directly on tags, your markup can’t change. Your style is tightly coupled to your DOM, and any change increases the risk of breaking things.
I hope my feedback will be helpful. You can mark it as useful if so 👍
Good luck and fun coding 🤝⌨️
Marked as helpful
@AnazAnoiar69
Posted
@isprutfromua Hi there 🤗
Appreciated your feedback
- Ok will change to this method in the next project.
- Why on earth I cant think of this method before 🤔
- As Im using SCSS ,isnt the selector scope is limited in the nest only ? Even for the tags.Correct me if Im wrong
Anyway thanks for the advice will take it to improve my skills
Have a good day sir 😙