Created
March 19, 2025 22:33
-
-
Save douglasabnovato/e473232dd3daabcb3ecf7df3cad78c74 to your computer and use it in GitHub Desktop.
Estrutura inicial de css para lp de síndico
This file contains hidden or 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
body { | |
font-family: Arial, sans-serif; | |
margin: 0; | |
padding: 0; | |
} | |
header { | |
background-color: #f2f2f2; | |
text-align: center; | |
padding: 20px; | |
} | |
#hero { | |
background-color: #333; | |
color: #fff; | |
display: flex; | |
align-items: center; | |
justify-content: space-around; | |
padding: 50px; | |
} | |
/* Estilize os demais elementos da página conforme a sua preferência */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment