Skip to content

Instantly share code, notes, and snippets.

@Ynote
Created July 9, 2017 14:47
Show Gist options
  • Save Ynote/59efef06d440ea7faa750340ab14be83 to your computer and use it in GitHub Desktop.
Save Ynote/59efef06d440ea7faa750340ab14be83 to your computer and use it in GitHub Desktop.
Medium - atomic CSS snippet
.display-flex { display: flex; }
.flex-items-center { align-items: center; }
@media (max-width: 600px) {
.align-center-on-md {
text-align: center;
}
}
// etc…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment