Any feedback, advice is more than welcome! For example I'm struggling at:
- The position of the image and the text in the Desktop design
- The opacity of the color image
- And maybe also at the responsive/display
Any feedback, advice is more than welcome! For example I'm struggling at:
I really appreciate any help, feedback and/or advice you can give
I cannot get rid of the pink line inside the image div on the mobile version, how can I do that? I also have some scaling issues. Any other feedback is very welcome too :)
Hi Eren! I review your code and on the mobile part (I get that you had a mobile-first approach) I did the following:
.image {
display: inline-block;
width: 50%;
height: 60vh; /*This "erase" the pink line, the problem is that it also modifies the desktop-design approach apparently, even having set a max-height property on the .image tag */
}
Sorry if I couldn't help more
I appreciate any kind of feedback and teaching! Please feel free to give me advice or correct my code
I know I have a lot to learn but I am struggling within the border-radius on the mobile design.
I will appreciate any feedback!
For example, I am having trouble with the slim color line above the boxes, so any suggestions on how to fix/improve this is more than welcome.