I would love some tips for clockwise notation. Thanks!


So. The clockwise notation lesson does not seem to be working for me. Every time I put in the values for the blue-box class, it says in the tests, that it was wrong. Any tips? Thanks!

The shorthand goes from the top, clockwise.

padding: top right bottom left

What you’ve got currently is:

.blue-box {
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
} 

Let me know if that helps

Thanks! This was a big help.

1 Like

You’re very welcome!

Try this: TROUBLE - TRBL top right bottom left

6 Likes