@TheTryfechtaSubmitted over 3 years ago
Hello! This is my first submission, I know it's not perfect, but that's what I managed to do as of now. Hopefully with time I will get better.
I have two questions.
- How do I add color overlay to the image so it will look purple?
- If you check my github repo you will notice that in "styles.css" I made a div with the class .card, made it use flexbox and set the property of its two children to flex: 50%, but when I change the width of the browser window (to simulate a smaller screen), the image does not shrink, making the content of the left column overflow. Why does that happen and how can I fix it?