I was really proud of the mechanism that I've developed to have the design reference as an overlay of my solution. I was able to toggle between the two, which made the matching much easier
Omarhdez-218
@Omarhdez-218All comments
- @feernandobragaSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
- @EddieBones1Submitted 2 months agoWhat are you most proud of, and what would you do differently next time?
One thing that I most proud of when working on this challenge, was the introduction of the global variable function. This function allowed me to code faster in my stylesheet because I was able to refer to the variables that I set for certain properties such as font-size, line-height, and many more.
What challenges did you encounter, and how did you overcome them?One challenge that I encounter was trying to center the attribution under the card in the mobile version. I overcame this by using the inspect tool in my browser to center the attribution, and once I got it center, I was able to input those properties into my stylesheet.
What specific areas of your project would you like help with?One specific area of the project that I would like help with is a faster way to center and lower the attribution under the card, so that I don't have to mess with the properties too much in inspect tool.
@Omarhdez-218Posted 2 months agoGreat solution.
I noticed the shadow is visible on the top & left side. You can fix this in css by changing the box shadow, i used "box-shadow: 10px 10px 0px 1px black"
1 - @Randomgituser69Submitted 3 months ago