inaccurate proportions cuz no figma
Mudassir-Coder
@Mudassir-CoderAll comments
- @Radwan-SghirSubmitted 3 months agoWhat challenges did you encounter, and how did you overcome them?@Mudassir-CoderPosted 3 months ago
You are using
img
tag for background image. You can also set it by using this codebackground-repeat: no-repeat; background-position-x: 90%;```. Instead of using ```img``` tage in HTML.
Marked as helpful0 - @Journey-GrinderSubmitted 3 months ago@Mudassir-CoderPosted 3 months ago
Yours
box-shadow
property not seems to be well design. However you can set it in the Devtools that is builtin inside the chrome you can set it in a very easy way as compared to text-editor.0 - @kikilo123Submitted 3 months ago@Mudassir-CoderPosted 3 months ago
Your Image is not curve on top left and bottom left which is not include in design your should use
border-radius-top-left
andborder-radius-bottom-left
CSS property to set it.0 - @ZakJamSubmitted 3 months ago@Mudassir-CoderPosted 3 months ago
You should use "table" tags instead of just "p" tags this will cause accessible problems. This is mainly the tabel according to paragraph written above "This Table Shows...." but the browser doesnot understand it however it look like a table but it based on the language that you used to build a webiste. If you will work on large projects this could not be helpful.
Marked as helpful0 - @scaphyxxSubmitted 4 months ago@Mudassir-CoderPosted 4 months ago
Much close widths of links must be 90% of its container Great work
Marked as helpful0 - @LeowWeiLeeSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
HTML & CSS practice
What challenges did you encounter, and how did you overcome them?Google online for some of the functions
@Mudassir-CoderPosted 4 months agoYou must use Flex Property on the main container to center the card furthermore You added a lot of margin between the text.
Marked as helpful0 - @DunkelMaximusSubmitted 4 months ago@Mudassir-CoderPosted 4 months ago
You increased the font weight too much as compared to given project's text. The heading Font weight is 900 and text weight is 300 also height of the container is maybe around 300px to 400px. Overall Your design is good. Keep practicing
0