None
What challenges did you encounter, and how did you overcome them?Alignin list items and markers
What specific areas of your project would you like help with?None
None
What challenges did you encounter, and how did you overcome them?Alignin list items and markers
What specific areas of your project would you like help with?None
Nice work, seems like background color you didnt apply to body, if it was applied to body, it would cover the last area as well
The responsive design was the tricky part but the rest wasn't that hard to figure out
What challenges did you encounter, and how did you overcome them?I have to work on my css styling format in terms of classes
What specific areas of your project would you like help with?Any feedback is appreciated
Good to see the way you coded , you have used ul and li elements where I have used buttons instead. I see one difference from the design is that the content in h2 is near to h1 tag in the design,rest is good, I learnt some thing new from this code
Nice code, the way you use variables in css is new thing that I learned from you
I'm glad I didn't encounter any biggest problems. Next time I will refine the shadow.
What challenges did you encounter, and how did you overcome them?The box shadow function is completely foreign to me, i found easy solution on W3C about it.
What specific areas of your project would you like help with?Everything is clear in this project
I see your code and few suggestions from my side , you used { position: absolute; top:50% ; left:50%; } Inorder to align the item in the middle we can keep { margin: auto; } it will align the item in the middle of the viewport width, Hope it helps