Skip to content

Instantly share code, notes, and snippets.

@SuricatoAviones
Created May 24, 2025 14:17
Show Gist options
  • Save SuricatoAviones/3200e5ca37ae1195600c8da13456538e to your computer and use it in GitHub Desktop.
Save SuricatoAviones/3200e5ca37ae1195600c8da13456538e to your computer and use it in GitHub Desktop.
App.css para Testimonios
* {
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