Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sarachisholm/e4a1c3a976b4bf709a74cf30921f3919 to your computer and use it in GitHub Desktop.
Save sarachisholm/e4a1c3a976b4bf709a74cf30921f3919 to your computer and use it in GitHub Desktop.
.block {
display: inline-block;
min-width: 50%; /* 150px */
max-width: 100%; /* 300px */
width: calc((480px - 100%) * 480); /* or [calc((480px - 300px) * 480);], which equals 86,400px */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment