Making a fun project from tutorial but got just a tad stuck

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;
1 Like

Thank you very much! I took your idea tweaked it a tad and it works nicely. Thanks lots! :+1: :slightly_smiling_face:

1 Like