Skip to content

Instantly share code, notes, and snippets.

View marquinhusgoncalves-zz's full-sized avatar

Marquinhus Gonçalves marquinhusgoncalves-zz

View GitHub Profile
p {
color: red;
text-shadow: 2px 2px 2px blue;
font-size: 50px;
text-align: center;
}
div {
display: inline-block;
}
.um {
p {
color: red;
text-shadow: 2px 2px 2px blue;
font-size: 50px;
text-align: center;
}
div {
display: inline-block;
}
.um {