Design comparison
Community feedback
- @correlucasPosted about 2 years ago
Hey Muhammad, your preview site its not displaying yet, first of all you need to configure the Github Page and update your solution inserting the new link.
My suggestion for your is to use
vercel
ornetlify
since Github Pages its kinda tricky to configure. But if you really want to use Github Pages you can try to follow this guide to use it and fix the settings for your pagehttps://docs.github.com/en/pages/quickstart
.In case you choose
netlify.com
orvercel.com
, in a matter of 5 minutes your preview site is online. All you need to do is to connect the Github account, import the repository and deploy it. Fixing that you've to update the solution with the new link and we'll be able to see your live site and help you.0@correlucasPosted about 2 years ago@asifakram74 Now works perfectly! Somethign you can fix for the svg background image is the size thats not fitting full width.
add
background-size: contain;
to fix itbody { background-image: url(../images/pattern-background-desktop.svg); background-repeat: no-repeat; background-color: #e0e8ff; background-size: contain; }
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