Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created June 25, 2019 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gavilanch/0d4547d3686ef563acdce8646c8fcba1 to your computer and use it in GitHub Desktop.
Save gavilanch/0d4547d3686ef563acdce8646c8fcba1 to your computer and use it in GitHub Desktop.
.example-container {
 overflow: hidden;
 position: absolute;
 width: 100%;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 overflow: hidden;
}
.example-container > * {
 width: 25%;
}
.error {
 color: red;
}
.center {
 text-align: center;
}
.buttons-container button {
 margin-left: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment