Skip to content

Instantly share code, notes, and snippets.

@vpodk
Last active April 20, 2020 01:33
Show Gist options
  • Save vpodk/e5ced3ca63215f29f6f8bf6e7f4edc48 to your computer and use it in GitHub Desktop.
Save vpodk/e5ced3ca63215f29f6f8bf6e7f4edc48 to your computer and use it in GitHub Desktop.
Clean Application — Flexible Box Layout
body {
background-color: White;
color: DarkSlateGray;
}
header,
footer {
background-color: Indigo;
color: White;
}
#main > aside {
background-color: LightCyan;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment