Hi, I could not figure out how the image was made purple. Also when i mobile, i switched image's object-fit to cover but it was still cropped out, how can I fix that? Cheers
Manmohan Singh
@Manmohan7All comments
- @pranjal-vermaSubmitted over 3 years ago@Manmohan7Posted over 3 years ago
Hi Pranjal
Regarding the color of the image, you can mix-blend-mode (reference).
Few key points -
-
Indent your code properly, helps you and others to understand it better.
-
Colors used in the challenges are mentioned in style-guide.md file
-
There are 2 readme files with the starter code. Readme.md is for understanding the project while readme-template.md is the template that can be edited and published on github with the project. I encourage you to read those files.
Cheers!
Marked as helpful1 -
- @ronanlebideauSubmitted over 3 years ago
Hi everyone !
I'd like to know if my way to code is clean and good, I'm open to any advice !
Thanks !
@Manmohan7Posted over 3 years agoHi Ronan,
Your layout looks good. One thing that I noticed in your CSS file is the repetition of color values. You can use custom properties (aka CSS variables) which can help in maintaining the color scheme all in one place. Also changing the theme of the complete website will be very handy.
Hope it helps!
Marked as helpful0 - @Manmohan7Submitted over 3 years ago
I used Sass for this project and was not sure about the directory structure. Is it good enough? Secondly how to get close to that shadow on cards without the sketch files? (I tried my best)
@Manmohan7Posted over 3 years agoThank you palgramming 😁 Two cards in two columns sounds interesting. Will try it out and get back to you.
0