Skip to content

Instantly share code, notes, and snippets.

@puentejose
Created August 27, 2020 17:45
Show Gist options
  • Save puentejose/41100958e8907af71f502c5b12351833 to your computer and use it in GitHub Desktop.
Save puentejose/41100958e8907af71f502c5b12351833 to your computer and use it in GitHub Desktop.
Center Everything on Everything
body {
/* ignore this */
font-family: helvetica, arial, sans-serif;
margin: 0;
}
html, body {
height:100%;
}
.center-me {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
@2945609
Copy link

2945609 commented Sep 21, 2020

how do you get everthing in prodigy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment