Skip to content

Instantly share code, notes, and snippets.

@RockyKev
Created November 26, 2021 21:36
Show Gist options
  • Select an option

  • Save RockyKev/48baedda7d5ecfb45c9f04fe501ea35c to your computer and use it in GitHub Desktop.

Select an option

Save RockyKev/48baedda7d5ecfb45c9f04fe501ea35c to your computer and use it in GitHub Desktop.
materializecss-add-on
.bg-light {
background-color: whitesmoke;
}
.p-4 {
padding: 1rem;
}
.row {
display: flex;
flex-direction: column;
}
.fab {
color: black;
font-size: 3rem;
padding: 0.75rem;
}
.left {
}
.right {
align-self: center;
text-align: center;
}
.date {
text-align: center;
}
@media screen and (min-width: 800px) {
.row {
flex-direction: row;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment