Skip to content

Instantly share code, notes, and snippets.

@viniceosm
Created November 21, 2019 03:21
Show Gist options
  • Save viniceosm/612be5533fcb24713486437ed018754e to your computer and use it in GitHub Desktop.
Save viniceosm/612be5533fcb24713486437ed018754e to your computer and use it in GitHub Desktop.
um texto com borda com fundo verde
<html>
<style>
body {
font-family: Impact;
background: greenyellow;
padding: 40px;
}
.c {
text-align: center;
color: white;
text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
font-size: 60px;
}
</style>
<div class="c">
AY PAPI
</div>
</html>
@viniceosm
Copy link
Author

Resultado do html

aypapi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment