Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created March 31, 2018 01:30
Show Gist options
  • Save SaraVieira/236f56137028f0595bff41a74fc4b7b6 to your computer and use it in GitHub Desktop.
Save SaraVieira/236f56137028f0595bff41a74fc4b7b6 to your computer and use it in GitHub Desktop.
aside {
background: white;
}
header {
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
div {
display: flex;
padding: 10px;
height: 100%;
}
aside {
flex-grow: 1;
min-width: 300px;
margin-right: 30px;
}
main {
font-size: 16px;
line-height: 1.5;
}
img {
width: 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment