Horje
*+* css Code Example
*+* css
/* Target any element having a direct sibling before it or
   you can replace * + * with *:not(:first-child), anything not first child*/
.flow > * + * {
  margin-top: 1rem;
  outline: 1px solid red;
}




Css

Related
bot page description background selector top.gg Code Example bot page description background selector top.gg Code Example
sass loop columns Code Example sass loop columns Code Example
css3, media queries cheatSheet Code Example css3, media queries cheatSheet Code Example
christmas red color code Code Example christmas red color code Code Example
@media screen and (max-width 600px) not working Code Example @media screen and (max-width 600px) not working Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8