Skip to content

Instantly share code, notes, and snippets.

@akopcz2
Created January 10, 2019 00:29
Show Gist options
  • Select an option

  • Save akopcz2/d019789c8e87c9317841473678fd6906 to your computer and use it in GitHub Desktop.

Select an option

Save akopcz2/d019789c8e87c9317841473678fd6906 to your computer and use it in GitHub Desktop.
after element for flex
.box__container:after{
content: "";
flex: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment