Skip to content

Instantly share code, notes, and snippets.

@tonical
Created December 9, 2022 14:05
Show Gist options
  • Save tonical/7552976cbdc6c8b7d68d66f1fe61347d to your computer and use it in GitHub Desktop.
Save tonical/7552976cbdc6c8b7d68d66f1fe61347d to your computer and use it in GitHub Desktop.
ZERZQzX
<h1 class="titulo-principal">Meu Teste</h1>
.titulo-principal{
background-color: purple;
color: black;
max-width: 600px;
margin: 0 auto;
text-align: center;
padding: 40px;
border-radius: 10px;
box-shadow: 15px 10px violet;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment