3 Column Preview Card Component using Tailwind CSS

Solution retrospective
This was a pretty simple project, so I only have one question. Does the project look right in GitHub pages, or did I do that wrong? Thanks!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Dev-Tron
Hello sir, this is actually quite a simple fix. This line: "<link href="/dist/output.css" rel="stylesheet">" located in the head of your html file should probably be: "<link href="/input.css" rel="stylesheet">" In other words just correct the path at which the css file is located in the structure. This may solve your problem.
Join 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