Created
May 24, 2025 14:17
-
-
Save SuricatoAviones/3200e5ca37ae1195600c8da13456538e to your computer and use it in GitHub Desktop.
App.css para Testimonios
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
* { | |
margin: 0; | |
padding: 0; | |
} | |
html, | |
body { | |
font-size: 18px; | |
background-color: #f5f6f7; | |
} | |
h1 { | |
max-width: 940px; | |
font-size: 2.5em; | |
font-family: Lato, sans-serif; | |
font-weight: 700; | |
line-height: 1.1; | |
margin: 40px 0; | |
} | |
.App { | |
min-height: 100vh; | |
display: flex; | |
flex-wrap: wrap; | |
align-items: center; | |
justify-content: center; | |
text-align: center; | |
} | |
.contenedor-principal { | |
min-height: 600px; | |
display: flex; | |
flex-wrap: wrap; | |
align-items: center; | |
justify-content: center; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment