@9GalaxySubmitted about 1 year ago
About Feedback:
- Do you have any ideas/tips to improve this first project?
- What is the best practice to center something vertically?
- What can I do better to make my web more responsive(mobile)?
About Feedback:
You might want to explore CSS Flexbox and CSS Grid, as they are excellent tools for positioning elements and enhancing the responsiveness of your website.
I don't seem to really find the way change the font to Outfit. What did I do wrong?
What I did was import the font url in my css file like this: @import url('https://fonts.google.com/specimen/Overpass');
then I select the my html body and then apply the font by typing this: body{ font-family: 'overpass', sans-seriff; }