Landing page issue

Hi there, can someone help me with my landing page. I ran the test and it passed all 16/16 stages. However, my page doesn’t look the same as the example landing page of freecodecamp. Here is my work :https://codepen.io/ryley85/pen/rNYjQxz. Thank you.

Welcome to the forums @Ryley85.

In a nutshell, your page isn’t supposed to look like the sample project. The sample projects show just one way the project can be completed.
The instructions say to make yours “functionally similar” and “give it your own personal style”.

It all comes down to styling. It doesn’t have to be perfect, as long as all the user stories pass.
If you’d like to see how you have your elements arranges add the following line to your universal selector
border: solid 1px red;

It makes it quite busy I know. You can take that line out of the universal selector and put it in one of the other selectors to see how you have the elements set up.
You can also add that line to a couple of different selectors, and change the color so they’ll be distinct, to see how elements are interacting.

Hope that helps.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.