Skip to content

Instantly share code, notes, and snippets.

@davaynamore
Last active May 20, 2020 17:20
Show Gist options
  • Save davaynamore/5b729c699e42bc256eb98f99c117dd3a to your computer and use it in GitHub Desktop.
Save davaynamore/5b729c699e42bc256eb98f99c117dd3a to your computer and use it in GitHub Desktop.
layout under div
@mixin overlay {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment