Claudia Benito
@claudiabdmAll comments
- @tarek-mo@claudiabdm
Hi!
I think there is no possible way to animate from
display: none
to any other display value only with CSS so you could try with theheight
property.You can check this codepen I made with a very simple example: https://codepen.io/claudiabdm/pen/ExWBpZX.
Hope it helps!
- @Dark-Lover@claudiabdm
Hi!
Great work on this tough challenge. I agree with ApplePieGiraffe and I'd recommend avoiding IDs for the reasons already mentioned. I saw you have used SCSS variables so that is the way to go 👏
I have also noticed you used fontawesome with the icons. While this is totally fine, you can also import svgs in your html or use them inline instead of using third party css. Lastly, do not forget these icons are links to social pages, so it would be nice to use an anchor tag to wrap them.
Keep up the good work 💪