Difference between revisions of "User:Saul"

From Organic Design wiki
(Added snippets and sticky footer note.)
m (Sticky footer:)
Line 2: Line 2:
  
 
== Snippets: ==
 
== Snippets: ==
=== Sticky footer: ===
+
=== CSS Sticky Footer: ===
 
<source lang="CSS">
 
<source lang="CSS">
 
body .site{
 
body .site{

Revision as of 20:12, 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:

CSS Sticky Footer:

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

#content {
  flex: 1 !important;
}

Useful links in this wiki