Skip to content

Instantly share code, notes, and snippets.

@ElideZavala
Last active June 6, 2021 23:27
Show Gist options
  • Select an option

  • Save ElideZavala/ee5105e56f4d9a042d5c10f05e25f5d1 to your computer and use it in GitHub Desktop.

Select an option

Save ElideZavala/ee5105e56f4d9a042d5c10f05e25f5d1 to your computer and use it in GitHub Desktop.
Hoja de estilo inicial
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body {
font-family: 'Roboto', sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
overflow: hidden;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment