styles.css 218 B

1234567891011
  1. .content {
  2. background: yellow;
  3. width: 100px;
  4. height: 50px;
  5. margin-inline-start: 50px;
  6. margin-block-start: 50px;
  7. display: inline-block;
  8. writing-mode: vertical-rl;
  9. /* direction: rtl; */
  10. }