Hi guys,
Want to have a quick look at my first project website and share your opinions?
Click here…
Hi guys,
Want to have a quick look at my first project website and share your opinions?
Click here…
Hi @rogozinski,
Your page looks nice. I like the color scheme.
Here are my suggestions,
I viewed your page on different screen sizes using Chrome dev tools and noticed that the words on the page get too small on mobile devices. This might give the user a hard time to read through the page.
I’d recommend changing the font size when the page shrinks.
Thank you for your opinion. Yh, I still have to work with responsive font size. First I’ve used px, later I’ve changed it to vw (Don’t have much experience with the second one yet )
You don’t have to use px for everything. You could use em and rem for relative font sizing.
Just so you know, em and rem are preferred over px.
Know about em and rem in CSS
Welcome to the forums @rogozinski. Your page looks good. Some things to revisit;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
)
body
element in HTML. (No need to include the body
tags). For anything you want to add to the <head>
element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.Wow. Thank you Steve. That’s pretty detailed analysis. Glad that we’re having you here. I will try to implement your ideas asap!