Latest solutions
Latest comments
- @AbbyNyakaraSubmitted about 3 years ago@AbdullahFareaPosted about 3 years ago
Everything is good. you should use these:
- "justify-content: space-between" to make space between "units";
- for the "icon-view" use "top: 50%; left: 50%; transform: translate(-50%, -50%)" to center it
Marked as helpful0 - @itushSubmitted about 3 years ago@AbdullahFareaPosted about 3 years ago
You did almost everything right except one thing and it's the body backgound-color, you used the "grayish blue" color instead of the "light gray" one. You should put the card inside a div, article, section tag instead of the "main" tag
Marked as helpful2