I want some help with this *** code of mine

I just wrote some lines of code to design a tribute page but can’t align the elements in the code properly to look like a tribute page
help me to make it !
my code :https://codepen.io/buddybehappy/pen/RwjwGzj

Please no swearing.

You can start by learning a little about how codepen works by reviewing their official documentation.
You should know that Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in the HTML editor. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
For instance, links to fonts go in the box labeled ‘Stuff for <head>’
You have elements out of order.
Review this for an understanding of the HTML boilerplate tags.

In the CSS editor you have style tags. Those are HTML tags and would never appear in CSS. They will cause problems.

You should also run your HTML code through the W3C validator.
There are HTML syntax/coding errors you should be aware of and address.

@Roma thanks
I got it
my code:https://codepen.io/buddybehappy/pen/RwjwGzj

That looks good @buddybehaappy22 but trust me when I tell you, you want to delete the style tags in the CSS editor.

1 Like

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