Hello! My questions are:
- Do I use the media-queries correctly?
- How can I improve on using them?
Hello! My questions are:
Hello.. I have some feedbacks to your solution..
Font Family
It seems like the font family is not showing up in the preview. Here is one way you can try to ensure the font family is displayed in the preview. You can add the following code to the first line of your CSS file.
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,500;0,700;0,800;1,500;1,700;1,800&family=Space+Grotesk:wght@500&display=swap');
Padding
It would be better if the 4 section in summary sections and the continue button are given more padding. Adding padding can give a neater impression because it's not too close to the border.
But, this is a very good start! Good job!
Hello frontendmentor.io
Hi, I believe the heading could be improved with a slightly larger size. It would also be helpful to split the HTML and CSS codes for easier modifications in the future. But on the whole, everything is well done!