Skip to content

Instantly share code, notes, and snippets.

@douglasabnovato
Created March 19, 2025 22:33
Show Gist options
  • Save douglasabnovato/e473232dd3daabcb3ecf7df3cad78c74 to your computer and use it in GitHub Desktop.
Save douglasabnovato/e473232dd3daabcb3ecf7df3cad78c74 to your computer and use it in GitHub Desktop.
Estrutura inicial de css para lp de síndico
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