Center Align Container
margin: 0 auto;
Unstyle list type
list-style: none;
Reset Css
* { margin: 0; padding: 0; }
Vertical Alignment With Table Cell
.container { top: 0; left: 0; position: absolute; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.85); display: table; } .container > div { display: table-cell; vertical-align: middle; text-align: center; }
right aligned navigation
2-column system flexbox
Column 1
Column 2
2-column system float
Column 1
Column 2
3-column system flexbox
Column 1
Column 2
Column 3
Right Aligned Menu - float
Menu As Login As You Want
Empty
Right Aligned Menu - flexbox
Menu As Login As You Want
Menu with Submenu
Grid System