Skip to content

Instantly share code, notes, and snippets.

@JenniferFuBook
Created December 30, 2022 06:14
Show Gist options
  • Select an option

  • Save JenniferFuBook/18a4bbef865423210ba535cd3a40e4cb to your computer and use it in GitHub Desktop.

Select an option

Save JenniferFuBook/18a4bbef865423210ba535cd3a40e4cb to your computer and use it in GitHub Desktop.
.main {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 2rem;
}
.main iframe {
border: none;
}
.main div {
padding: 10px;
}
.main input {
width: 80%;
}
.main button {
margin-bottom: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment