Skip to content

Instantly share code, notes, and snippets.

@ahmetilhn
Created March 27, 2026 07:56
Show Gist options
  • Select an option

  • Save ahmetilhn/a134713543ae31dee1a7b6c0f19e0a89 to your computer and use it in GitHub Desktop.

Select an option

Save ahmetilhn/a134713543ae31dee1a7b6c0f19e0a89 to your computer and use it in GitHub Desktop.
Css Aligner Util
.vertical-center {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.horizontal-center {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment