Difference between revisions of "User:Saul"
From Organic Design wiki
(Added snippets and sticky footer note.) |
|||
| Line 1: | Line 1: | ||
I like to be making notes for mysql php and other technologys, and am a friend to linux and open-source programs. | I like to be making notes for mysql php and other technologys, and am a friend to linux and open-source programs. | ||
| + | |||
| + | == Snippets: == | ||
| + | === Sticky footer: === | ||
| + | <source lang="CSS"> | ||
| + | body .site{ | ||
| + | display: flex !important; | ||
| + | min-height: 100vh !important; | ||
| + | flex-direction: column !important; | ||
| + | } | ||
| + | |||
| + | #content { | ||
| + | flex: 1 !important; | ||
| + | } | ||
| + | </source> | ||
== Useful links in this wiki == | == Useful links in this wiki == | ||
Revision as of 20:11, 21 February 2018
I like to be making notes for mysql php and other technologys, and am a friend to linux and open-source programs.
Snippets:
body .site{
display: flex !important;
min-height: 100vh !important;
flex-direction: column !important;
}
#content {
flex: 1 !important;
}



