Design comparison
Solution retrospective
What did you find difficult while building the project? =just the profile picture and i checked for some website about positioning an image and i end up good .
Which areas of your code are you unsure of? =i am totally cool with each part but yeah feedbacks are good and accepted.
Do you have any questions about best practices? =any newbie must checkout for divs and display css and pading margin and border and other as these were most used and basics plus tables in cases whenever anyone feels to find better way for a task just google it or youtube it cause there a lot given online you just need to take it in as its free.
Community feedback
- @frank-itachiPosted over 1 year ago
Hello there 👋. You did a good job!
I have some suggestions about your code that might interest you.
- To set multiple background images you can use the background property and specify multiple paths(urls) in a comma separated base. For instance:
body { background: url(image-1.png), url(image-2.png); }
More information about the background property here.
I hope you find it useful! 😄 Above all, the solution you submitted is great!
Happy
<coding />
😎!Marked as helpful1
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