https://codepen.io/Alessandro07/pen/xobQav

https://codepen.io/Alessandro07/pen/xobQav

Hello Guys!
This is my first project, and I would know what you think about it, and if you have any hint or suggest to improve the editor.

I should say that not everything has gone as good as I had in mind, like the underbar of Ash Kechum, that I didn’t know why it appears, or at least how to not display it.

Also I make some copy paste, because I’m far from remember tags, color shapes, and all the elements usable from HTML and CSS.

Looking forward to hear and improve from you all,
All my best,

Alessandro

I manually change the margin-left in order to get the image centered. Althought I thought there should be the possibility to center the elements one another, chained together

Hi @Ale1, your page looks good. There are some things you can revisit;

  • when you fork the sample, leave the script so that you can ensure you meet all the user stories. Right now you’re meeting 7/10. Here’s the script you need to leave;
    <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
  • codepen provides validators for HTML, CSS and JS. Click on the arrow in the upper right and then click the respective ‘Analyze’ link. You have a declaration in CSS that you’re not calling properly and some things in HTML to clean up.
  • don’t use <br> to create new paragraphs. If you want a new paragraph, close one and then start another.

The reason you see the underline is because it’s a link. You can revisit one of the lessons or Google how to remove the text decoration.

As a hint, don’t copy and paste. Look at sample code when needed but type it yourself. You’ll develop muscle memory that way and possibly learn quicker.

1 Like

-Thank-You-A-Lot-Man- !!!

Things worked and finally 10/10 passed.

:smiley::hugs:

1 Like