inaccurate proportions cuz no figma
Latest solutions
Latest comments
- @Radwan-SghirWhat challenges did you encounter, and how did you overcome them?@Mudassir-Coder
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.
- @Journey-Grinder@Mudassir-Coder
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. - @kikilo123@Mudassir-Coder
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. - @ZakJam@Mudassir-Coder
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 helpful - @kulalax@Mudassir-Coder
Much close widths of links must be 90% of its container Great work
Marked as helpful - @LeowWeiLeeWhat 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-CoderYou must use Flex Property on the main container to center the card furthermore You added a lot of margin between the text.
Marked as helpful