Skip to content

Instantly share code, notes, and snippets.

@rolis19
Created August 22, 2019 08:34
Show Gist options
  • Save rolis19/8acfa619aa720cef2d158315d6cdaed2 to your computer and use it in GitHub Desktop.
Save rolis19/8acfa619aa720cef2d158315d6cdaed2 to your computer and use it in GitHub Desktop.
My generic css used to help me build a website faster when handling a project.
.banner-info{
position: absolute;
top: 0;
left: 0;
width: 100%;
display: flex;
flex-direction: column;
}
/* DISPLAY RELEATED */
.relative{position: relative}
.full-width{width:100%}
.block-center{margin-left: auto; margin-right: auto}
.flex{display: flex}
@media only screen and (max-width: 767px) {
.unflex-sm{display: block}
}
/* LIST */
/* Tidy up the arrow button */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment