<Below this line, add a link to the EXACT exercise that you are stuck at.>
Building a webpage from scratch #6
https://www.codecademy.com/courses/websites-r-fun/0/6#
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Oops, try again. The right column doesn’t appear to be 160px. The left column does not appear have a right margin of 170px.
```.left_column {
margin-right: 170px}
.right_column {
float: right;
width: 160px;}
html file has the classes set to the div’s they’re supposed to go on and the right column is first in the html file. just the css is wrong.
<do not remove the three backticks above>