Skip to content

Instantly share code, notes, and snippets.

@libsyz
Last active June 6, 2020 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save libsyz/5587f710e567aff54196bd7cf4ab8701 to your computer and use it in GitHub Desktop.
Save libsyz/5587f710e567aff54196bd7cf4ab8701 to your computer and use it in GitHub Desktop.
htmx to-do app css
.main {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 36px;
margin: 200px;
}
.list {
margin-bottom: 10px;
}
.list-title {
display: flex;
align-items: center;
justify-content: middle;
}
.ryu {
height: 50px;
width: 50px;
display: inline;
}
.validation-error {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment