@JarlXSubmitted almost 2 years ago
The most manageable problem in Frontend Mentor. Few CSS and HTML codes.
The most manageable problem in Frontend Mentor. Few CSS and HTML codes.
Try the mobile first and your problems are solved. And you can use the flexbox and grid layout to help you in your responsive website.
I would be curious to know other ways of centering elements. That was was my biggest struggle.
How do you import fonts and display them in Chrome? I was unable to do so.
You can use the flexbox and grid layout properties. Search "How to center elements with flexbox and grid layout".
Acess google fonts and select a font that you wanna added on your page. Copy the html embed code and paste it on your head tag. On css, use the font-family property to display your font on a text that you want.