Product Landing Page - iPhoneX

Hello! Here’s my product landing page! I am very new to coding and appreciate it isnt perfect but would appreciate any feedback! I’ve not yet adapted the page suitable for mobile screens as I am still getting to grips with media queries! Thanks in advance :slight_smile:

1 Like

Pretty cool, well done! I would,

make apple logo also clickable and refer it to overview section on click.
change cursor when mouse hovers on subscribe button.
Your email input box looks bit big, try shrinking it a little.

Cheers :slight_smile:

Very nice. I see your codepen.io

You do not need to use bootstrap to make your project adaptable. The bootstrap idea is a block building and so it is well-seen. But by itself the bootstrap I do not use. I prefer to use pure css with features like average queries and per cent for measurements.

For better you can this add:

input{
border:0;
outline:none;
background: none;
}

I made a fork with some modifications.