Skip to content

Instantly share code, notes, and snippets.

@ivandez
Created July 16, 2021 13:56
Show Gist options
  • Save ivandez/b1842a031193cf27d3972138dddb0dba to your computer and use it in GitHub Desktop.
Save ivandez/b1842a031193cf27d3972138dddb0dba to your computer and use it in GitHub Desktop.
Contenedor centrado con css
.contenedor{
width: 90%;
max-width: 1000px;
margin: 20px auto;
background-color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment