8 .left { border-left:
50px solid blue; }
9 .right { border-right:
50px solid blue; }
14 background-color: orange;
19 <p>There should be a
50px blue border to the left of an orange rectangle:
</p>
20 <div class=
"test left"><div></div></div>
21 <p>There should be a
50px blue border to the right of an orange rectangle:
</p>
22 <div class=
"test right"><div></div></div>