@Kamasah-Dickson
Posted
Your solution looks but you forgot to add the background color to the body. Good job.๐ Keep coding๐
My issues:
.card-info section spacing
correct placement of background image
mobile screen responsiveness ... I'm a beginner :)
Thank you for any feedback!
@Kamasah-Dickson
Posted
Your solution looks but you forgot to add the background color to the body. Good job.๐ Keep coding๐
@marthaeason
Posted
The background path is a mystery! When I use live server with VS code, the background image works perfectly. However, when I move to GitPages the path no longer works. Here's the CSS snipit I have in Git Pages:
background-image: url("images/pattern-background-desktop.svg");
Any suggestions? Pathways breaking when moving from VS Code to GitPages is common for me, not sure what I am doing wrong- Thanks for any feedback!!
@Kamasah-Dickson
Posted
@marthaeason try ./images and see I have bumped into that kind of prob before its just that vscode understand that path
U can toggling the intellisense by pressing Ctrl + spacebar on the path ./images/yourimage or ../images.....the number of dots depends on were your image folder is located. Hope u figure it out.
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