User:Saul

From Organic Design wiki
Revision as of 19:10, 6 March 2018 by Saul (talk | contribs) (Removed unnecessary text align center.)

I like to be making notes for mysql php and other technologys, and am a friend to linux and open-source programs.

Snippets:

CSS Sticky Footer:

body .site{
	display: flex !important;
	min-height: 100vh !important;
	flex-direction: column !important;
}

#content {
  flex: 1 !important;
}

CSS Same Height Columns:

.Container{
	display: flex;
}

.Column{
	flex: 1; /* optional to equalize widths */
}

Useful links in this wiki