Skip to content

tomkp/flexbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flexbox Forever

I ♥ Flexbox. Forever.

Obviously this comes with caveats.

My intention is just to demonstrate how a little bit of flexbox can go a long way.


   .root {
       height: 100vh;
       width: 100vw;
   }
   
   .column {
       display: flex;
       flex-direction: column;
   }
   
   .row {
       display: flex;
       flex-direction: row;
   }
   
   .flex {
       flex: 1;
       min-width: 0;
   }

About

I ♥ Flexbox. Forever.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors