Responsive design / HTML / SCSS / flexbox
Design comparison
Solution retrospective
Do you like it
Community feedback
- @mickygingerPosted over 4 years ago
Hey Martin, this is great!
Make sure you add a
max-width
your content as at the moment the design will stretch to the fill width of the screen. I'm using quite a wide monitor, and it is huge! πIf you look at this site we have a
.container
class which has amax-width
of1200px
for desktop screens, so that the site never gets too stretched out. We also usemargin: auto
to make sure the content is centered on large screens (this can also be achieved with flex).It's also a good idea to look at your report above π. You have a few HTML and accessibility issues that, if you fix will look good on your portfolio.
Well done, and keep up the good work! π
1 - @MartinEichingerPosted over 4 years ago
Hi Micky, many thanks for your feedback. I tried the change for max-width and margin: auto. I think this works, but I there is another problem as I use extensively "vw" for auto-sizing the font-size, which is not stopped by max-width. Maybe I have to rethink this auto-sizing of the font-size.
With the HTML issue I don't really understand the problem as the google fonts should be implemented correctly -> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:400,700&display=swap" rel="stylesheet"> ?
Cheers!
0@mattstuddertPosted over 4 years ago@MartinEichinger this StackOverflow Q&A should help you out, Martin π
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord