Hi guys! I’ve just wrapped up the product page project and was wondering if someone could be me some constructive criticism? Thanks for your time!
Here is the link to the Codepen page: https://codepen.io/braxmassengale/full/KKpMqLK
Hi guys! I’ve just wrapped up the product page project and was wondering if someone could be me some constructive criticism? Thanks for your time!
Here is the link to the Codepen page: https://codepen.io/braxmassengale/full/KKpMqLK
Had a look with Chrome on my laptop. I like it. I would say that the icon gets in the way of the menu and clashes a bit. This is the icon I mean: (https://img.icons8.com/cotton/64/000000/toolbox.png)
You could also make it based on a real site for a portfolio by adding your own images and that would bring in design skills too.
Otherwise it’s nice.
It looks good.
My only complaint is that when I hit one of the links, it scrolls just a bit too far, causing the top of the “thing” to be cut off.
@Braxtonzmassengale, your page looks good. Just a few things to revisit;
<body> </body>
tags but the other errors you should look into correcting.padding: bottom: 10px;
is not validLooks pretty good.
I would add some more vertical space between the sections, everything is a little bunched up.
Maybe make the header stand out from the background a bit. For example, adding border-bottom or a box-shadow to it.
You can add a positive padding-top and negative margin-top to the linked sections to correct for links not landing correctly (other techniques).
.section {
padding-top: 120px;
margin-top: -120px;
}
Not sure why video-content
and pricing
are section elements but hero
and information
are div elements. I would just use section elements for all of them.
Add cursor: pointer
to the submit button.
Nice job, keep it up!
I like it. The font size on the e-mail form button is a bit small. And on my screen the icons look a bit blurry. I suggest using the the 128x128px version (https://img.icons8.com/cotton/128/000000/lock--v1.png) and scaling it down to 64px.