You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

nested-selector-begin-with-plus.css 103B

123456789
  1. .v-panel {
  2. display: block;
  3. max-width: 84em;
  4. margin: auto;
  5. }
  6. .v-panel + .abc {
  7. margin-top: 1em;
  8. }