Easybank landing page using HTML5, CSS3, Sass, Vanilla JavaScript
Design comparison
Solution retrospective
Feedbacks are always welcome <3
Community feedback
- @ApplePieGiraffePosted over 3 years ago
Hi, Carlos Correa! 👋
Well done on this challenge! 👍 Your solution looks good and responds quite well! 👏
The only tiny thing that I have to suggest is to allow the background of the "Why choose EasyBank?" section to stretch to fill the entire width of the screen in the desktop layout (just so that there isn't any white space to the sides of that section on extra-large screens). 😉
Keep coding (and happy coding, too)! 😁
Marked as helpful0 - @A-amonPosted over 3 years ago
Hey, to fix ur CSS file import issue, remove the slash at the front of your /dist/index.css into dist/index.css. Same goes to the logo in footer~
Marked as helpful0 - @grmajikPosted over 3 years ago
Another comment I posted on a different solution
Remember that GitHub pages are scoped with repo names.
You are including your CSS with
"link rel="stylesheet" href="/css/styles.css"
This resolves to https://elisabethp028.github.io/css/styles.css
but you want https://elisabethp028.github.io/Stats-Preview-Card/css/styles.css
Simply change link tag to
link rel="stylesheet" href="/Stats-Preview-Card/css/styles.css"
p.s add the < > in link tag above.
Marked as helpful0
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