Any suggestions would be welcomed.
Thanks.
I created a separate css file for the styleguide with variable which sounded like a very good idea. Unfortunately, in my index.css file, I couldn't have the full list of variables, even with @ import the styleguide.css file : I couldn't solve this even after installing css intelissense extension and reboot VS Code, so I opened the styleguide file to copy-paste the needed variables, not efficient at all : any tip on this would be much appreciated. I also had some difficulties with the .title (HTLM&CSS foundations text) in mobile version to make it wrap and I discovered the white-spacing : nowrap. It works, combined with font-size but I am not sure it is the best option...
I would like to know if the css structure is optimal, meaning are there some improvements to make it shorter ?
Any suggestions would be welcomed.
Thanks.
Hi, I feel that I am too beginner to give you some valuable feedback as I learnt from your code :-o The code is super readable and I like the media queries part with all existing breakpoints and not only the ones in the design. Well done :-)
Hi, Well done :-) For better accessibility you should have one level-one-heading. The size of the card is a little bit smaller than the original. Your code is readable with comments, good job.