Hello. This project was pretty hard, hope you would check it and point out the errors. Anyway, if you have any feedback about my solution please leave a comment.
Adeel
@asab07All comments
- @Andrii-RohovSubmitted over 3 years ago@asab07Posted over 3 years ago
The solution is looking great. I really like the additional animated touches you gave to the page. However, please resolve the reported accessibility and html issues. Some of them looked straightforward (noob here). I downloaded your code from git. Will see if I could offer any improvements.
Keep up the good work. Cheers. Adeel
Marked as helpful0 - @asab07Submitted over 3 years ago
Hello Everyone,
Here is my attempt at the responsive stats card exercise. I am sure there is a lot to improve here, particularly in the style files. I think it could be done in plain CSS with fewer lines of code. Any suggestions would be welcome. Thanks.
A couple of questions:
- What units you recommend for
margin
,padding
,font-size
, for such a project. - For this project, is it better to use
background-image
CSS property or<img>
element in HTML?
@asab07Posted over 3 years agoThanks for your response, Vanza. It appears that rem units are more predictable than em units.
0 - What units you recommend for