A web development company makes its money building websites for other companies.
The site also contains the following code.
<div class=”offer”>All oranges 50% off.</div>
Complete the CSS code that would make any div elements of the class offer have an orange border.
……………………………{
border-style: solid;
……………………………
}