Skip to content

Instantly share code, notes, and snippets.

View Vetalb8's full-sized avatar
🎯
Focusing

Vitalya Kudla Vetalb8

🎯
Focusing
View GitHub Profile
@Vetalb8
Vetalb8 / dabblet.css
Created August 10, 2017 09:32
Vertical centering - absolute positioning method
/**
* Vertical centering - absolute positioning method
*/
main {
padding: 1em 1.5em;
box-sizing: border-box;
background: #655;
color: white;
text-align: center;