Design comparison
Community feedback
- @minalfatihPosted 3 months ago
Hi @Md-ismail-FD, congratulations for submit this solution!🔥
Your css file didn't work in html file, The code you write is <link rel="stylesheet" href="/social-links-profile-main/index.css">
So, if you delete the name of challenge to be like this
<link rel="stylesheet" href="index.css">It will be work for this challenge and the other and all challenges you will submit it in the Future🚀🔥
Just delete the name of challenge in the link of css in html file and it will be work
Happy coding💙
0@Md-ismail-FDPosted 3 months agothanks for your replying, can you talk to me? @minalfatih
0 - @HekimianzPosted 3 months ago
Hi! your CSS file doesn't seem to be linked correctly 🤔 you should rename your CSS file to "style.css" and also change your link tag to this:
<link rel="stylesheet" href="style.css" />
. That should fix your issue 😁0@HekimianzPosted 3 months agoBy the way the name of your CSS file isn't necessarily wrong its just more conventional to name it "style.css", if you decide to keep it as 'index.css' your link tag should be
<link rel="stylesheet" href="index.css" />
@Hekimianz0
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