n/a
What challenges did you encounter, and how did you overcome them?n/a
What specific areas of your project would you like help with?n/a
How to correctly distance the text in the nutrition heading
How to distance the bullets from the text in the lists
The picture in my live site isn't loading for me, while in VS code, it is loading just fine, is it being loaded for the viewers?
n/a
What challenges did you encounter, and how did you overcome them?n/a
What specific areas of your project would you like help with?n/a
Use box shadow property to add shadows
Great job!
I really like the responsiveness of your design and would like to know, where did you learn how to do that?
Using table was a good idea, nice job!
I am most proud of finishing the project. This was the first time I have used Git, and feel much more comfortable now with it.
What challenges did you encounter, and how did you overcome them?The biggest challenge for me was trying to get the dimensions as close to the example as possible. Trial and error was the way I overcame the challenge.
What specific areas of your project would you like help with?I would like help with understanding if the way I centered everything was the best and most efficient way to do it.
Not sure about it being the best way, as I am new to code myself but I usually center the text the way u did and use this to center images:
margin: 0(or whatever u like) auto;
This was my first beginners level html and css task to create a personal social link page.
What challenges did you encounter, and how did you overcome them?Positioning all the elements correctly was most challenging.
Good effort dear! Here are a few recommendations for you:
--- Try using a class for all three of your links and then in css style that class, instead of styling each link separately
--- You were supposed to copy the original design exactly I think, instead of making it your own, but you did the styling well anyway
--- You were not supposed to use a gradient here
--- You should use an a:hover CSS selector to style the links when the viewer hovers over them, this was required in the challenge, check out my code if confused about this part, https://github.com/amna1526/Social-links-profile