Hi guys, kindly check out my product landing page https://codepen.io/chizycodes/full/jOqbLZp
and technical documentation page https://codepen.io/chizycodes/full/jOqbobX
Do give your feedbacks.
Thanks.
Hi guys, kindly check out my product landing page https://codepen.io/chizycodes/full/jOqbLZp
and technical documentation page https://codepen.io/chizycodes/full/jOqbobX
Do give your feedbacks.
Thanks.
Hi!
Generally your page looks nice (Product Landing Page), I just have to mention couple of things
At the moment there is one test failing, did you find it?
Inside the footer where you using © you need to terminate it with a semicolon, like so ©
In the pricing section:
button
element cannot appear as a child of the a
element
<a href="#" ><button>BUY NOW</button></a>
Use either a
element and style it like a button or use just a button
auto
property.padding-bottom: auto;
Your pages look good @Chizycodez. I would say try and come up with something original rather than trying to duplicate the sample pages.
Some things to revisit;
Prod Landing
<br>
to force spacing or line breaks. That’s what CSS is for.For both of your pages, run your HTML code through the W3C validator.
tech doc