I have no idea why, but I hate working with images. There is just something about them that I can not stand. I am follow this challenge
And here is my pen
I am not trying to follow this challenge exactly. I am more of using it as a guide to set up a page for my brother in law restaurant. Eventually, I will change the colors, images, and text but I wanted to at least get something going to.
Anyway, I am having two problems right now.
1). I am trying to change the width of the text on the right side of the image. that way the “Enjoyable place for all the family” text is not all one one line, but half on one line and the other half beneath it. However, anytime I mess with the width the text goes right back under the image
2). You can see the second image over laps the first image a little bit. I was wondering what the best way to approach that would be? I read somewhere that using css grid would be the best. Would that be correct?
EDIT: I figured out the first question using
overflow: hidden;
If anyone has the best approach for my second question I would appreciate it