Design comparison
Community feedback
- @KapkrazyPosted 4 months ago
you linked your css incorrectly. should be '/styles.css' instead of 'css/styles.css'
0@Agustina02-ceiPosted 4 months agoHola! Muchas gracias! En realidad tuve problemas con el github cuando subi mi archivo no subi bien el css. Estaba puesto asi porque mi css lo habia puesto dentro de una carpeta pero ahora la lie π@Kapkrazy
0 - @minalfatihPosted 4 months ago
Hi @Agustina02-cei, congratulations for your first solution!π
I think that your css file didn't work, Depending on your code in html file i see that you write a <link rel="stylesheet" href="css/index.css">
So if you delete the css folder name in the link to be like this <link rel="stylesheet" href="index.css">, i Think it will be work.
I hope this helps you. Happy Coding!π
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord