https://codepen.io/hopefulcodegirl/pen/Bajygrg
Can you guys help me? How do I make the side of the road match the top of the road? Thank you!
https://codepen.io/hopefulcodegirl/pen/Bajygrg
Can you guys help me? How do I make the side of the road match the top of the road? Thank you!
It’s not quite as elegant as %, but you can adjust your left position and width to make it match up with the boxes. Try changing the width and adding left like this:
width: 755px;
left: 22px;
Thank you very much! I took your idea tweaked it a tad and it works nicely. Thanks lots!