Hey Everyone this is my second challenge done here on Frontend Mentor. I thought this would be easy but oh boy I was wrong. One thing I realized while doing this project was I don't know CSS as much as I thought I did. I know I had to cut a lot of corners by using margin and padding. I also don't know how to create it mobile size yet. I'm learning that now. Any feedbacks would be much appreciated. Also, the background color of the image wouldn't change for me. Any suggestions? Thank you. I'm already loving this community and I have learned a lot from the feedback I got on my first challenge!
Sameeruddin Mohammed
@mdsameer1992All comments
- @yaredh30Submitted about 3 years ago@mdsameer1992Posted about 3 years ago
Hey. Couldn't check your code. Quick review. You didn't make a responsive design for mobile. For image color I tried overlaying another div element on top of image with color given in styleguide and apply hue saturation contrast and opacity.
Marked as helpful1 - @gp0710Submitted about 3 years ago@mdsameer1992Posted about 3 years ago
perfect. learned few things from your code. can you do this with just inline, block, inline-block display properties?
0