My aplication isn't working (Css Error)

Css doesn’t work in my aplication, just Htlm

My aplication:
https://fanciful-cascaron-f48f6a.netlify.app/

What’s wrong? Can someone help me?

Hi @ALyton

The path for the stylesheet inside the <head> is /avangers/style.css which doesn’t exist.

<link rel="stylesheet" href="/avangers/style.css">

style.css exists at the site root, so the value or href needs changing accordingly

<link rel="stylesheet" href="/style.css">