Product landing page - CSS doesn't work

Hello,

I typed HTML code for Product landing page project and begun the same with CSS.
When I remarked that there is no effect I typed both HTML and CSS to Codepen and - to my surprise - it worked there!
Do You know, where is my fault?
I made 3 projects before without such problems…

Can u pls post ur code

What do you mean by no effect, are you talking about the CSS?

If so, did you link to the stylesheet correctly?

<link rel="stylesheet" href="styles.css">
1 Like

Thank You lasjorg!

I forgot one letter (ref instead href).

<link rel="stylesheet" href="styles.css">

Problem solved.

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