CSS Stylesheets are not getting applied

Tell us what’s happening:

CSS Styling under the CSS section at below url are not getting applied ?

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36.

Challenge: Build a Product Landing Page

Link to the challenge:

Welcome to the forum @AmitKulkarni9

When you work in the CSS panel on CodePen, there’s no need to wrap the code in between <style> tags. Let me know if that fixes it.

For future reference however, be sure to link to the CodePen project instead of adding the link in a code snippet.

The two things I notice are you don’t have a tag in your html linking the the CSS stylesheet, and you have a style tag in your CSS that isn’t necessary.

Thank you. removing the style tag fixed it.