Skip to content

Instantly share code, notes, and snippets.

@lima-william
lima-william / dabblet.css
Created October 24, 2019 12:26 — forked from anonymous/dabblet.css
Untitled
min-height: 50%;
background-color: white;
background-image: linear-gradient(to right, black, #C00, black);
@lima-william
lima-william / dabblet.css
Created September 20, 2019 16:59 — forked from anonymous/dabblet.css
Untitled
div {
width: 100px;
height: 100px;
/* Para deixar o texto centralizado na div,
podemos colocar um line-height igual à altura
dela. Só funciona bem se o texto tiver uma
linha só.
*/
line-height: 100px;
text-align: center;