Hi fellow campers,
I just joined freeCodeCamp a few weeks ago and recently finished the CSS menu module. Between modules, I have been trying to practice on codepen. I designed a menu for a cat cafe using similar code from the cafe menu module and would love for you to take a look! I am super new to coding so any feedback is much appreciated.
Link: https://codepen.io/MorganPracticesCoding/pen/VwqwaPj
Thank you! 
Hi!
I saw the code, good job!
You can add some border-radius
on the Menu card for styling
I also add some transparent foggy backgrounds to my cards using
backdrop-filter
property.
There’s also border animations, you can add some animation to the borders using properties like box-shadow
& @keyframes
for animation.
I would invite you to check out my recent frontend project too
I really liked your menu card so I forked it to code a bit on my own 
1 Like
Thanks so much for the feedback! I learned something new with the border-radius, backdrop-filter, and animations so thank you for those pointers! I incorporated the border-radius on my menu and I love how it looks. As far as the menu card, that’s awesome, I totally used the module on making a cafe menu as the inspiration haha.
Your most recent project looks amazing! I really love the background and what you did with it–very interactive and visually appealing. Would you also like feedback on your project? I’m super new so can’t offer a ton, but I did notice one thing when looking at it.
1 Like
Of course! Would love to hear your Opinion 
1 Like
Awesome! I noticed when looking at it on desktop (not in fullscreen) and in mobile view, at the top of the page, “scroll down” is hidden behind the reminder/medicine line and crowds the main info a bit. Minor detail but it really does look great! 