
Yahya
@yhas14All comments
- @EndoHrSubmitted over 2 years ago@yhas14Posted over 2 years ago
Wow spot on! Well done, I would look at the accessibility and try to apply them. Otherwise it's perfect.
1 - @jesuisbienbienSubmitted almost 3 years ago@yhas14Posted almost 3 years ago
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.
1 - @jesuisbienbienSubmitted about 3 years ago@yhas14Posted about 3 years ago
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 helpful0