
Yahya
@yhas14All comments
- @EndoHr@yhas14
Wow spot on! Well done, I would look at the accessibility and try to apply them. Otherwise it's perfect.
- @jesuisbienbien@yhas14
Wow you've come a long way, I remember commenting on your first project and I can see the major improvements you've made. Keep up the great work.
- @jesuisbienbien@yhas14
regarding the shadow, you can you CSS box-shadow property.
syntax box-shadow: horizontal-value vertical-value blur and color. example box-shadow: 10px 5px 5px red;
You can also add another shadow on the same selector ( separate second shadow by a comma) example box-shadow: 3px 3px red, -1em 0 .4em olive;
You can check the MDN site for further resources. https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow
I would say don't be too concerned with exact proportions if you don't have a premium. I think you did a great job on your first challenge.
Marked as helpful