Created
December 9, 2022 14:05
-
-
Save tonical/7552976cbdc6c8b7d68d66f1fe61347d to your computer and use it in GitHub Desktop.
ZERZQzX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1 class="titulo-principal">Meu Teste</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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