Tribute for FCC. First page ever

Hello. I’m looking for some feedback on my page. How can I polish this thing. It is very simple. I’m looking for clean.

This is the first thing I have ever put together outside of the tutorials.

Thanks in advance.

Hey @cxgst8!

Welcome to the forum!

Congrats on finishing your first project!

Just a couple of things. On codepen you do not need to include the head section. You can just start with the content in the body. If you need to include stuff for the head you can place it in here in the settings section.

Also when I resized the browser window I notice this.

If you add a media query then you can make those changes to smaller devices so this section will be easier to read.

Hope that helps!

Thank you. I will make some changes. I need to go research media query better.

Ok. I added media query. It seems to work. I am still learning.

In css, should i be using measurements like px or is there a better way so that blocks move with the resizing. this is a difficult concept for me. I have used % and auto, but they don’t always do what i want. Thanks.