Skip to content

Instantly share code, notes, and snippets.

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