Is there any errors in this code

There is one in your css where you used font: shorthand in your main p selector instead of what I’m guessing should be font-family: property.

But it is much easier for us to debug if you could upload this to a codepen, and tell us what effect you are looking for. Also check this out for automatically finding syntax errors in your markup: W3 validator

Please do not post images of code, post the actual code. Or better yet, as said, post the code in a live example.


When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).


As said, for syntax errors you can use validators. Otherwise, you have to tell us what the expected outcome is and what it is that isn’t working as expected.

1 Like

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