Design comparison
Solution retrospective
The first challenge is lag with the background setup not being proper, but this type understood the mistake and was done with it.
What challenges did you encounter, and how did you overcome them?experience with the author section's inability to adjust the image size using the name of the author. then, after watching videos and doing some research, I realized that Flex was simple.
What specific areas of your project would you like help with?A particular region in outline shadow, or an alternative method for employing shadow that is more adaptable. if so, let me know.
Community feedback
- @Rapbit27Posted 3 months ago
For the outline shadow you can use box-shadow property. boxshadow: 10px 10px 5px ;
The first two values are for the right and bottom shadows, and the third value is for blurring the edges.
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