Last active
March 20, 2017 18:02
-
-
Save sarachisholm/43b6d41f5244cacabc8e337f6b4cb3e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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