Skip to content

Instantly share code, notes, and snippets.

@marek-saji
Created May 13, 2014 12:26
Show Gist options
  • Save marek-saji/c989b7437f692b024fba to your computer and use it in GitHub Desktop.
Save marek-saji/c989b7437f692b024fba to your computer and use it in GitHub Desktop.
min-width > max-width
/**
* min-width > max-width
*/
html
{
border-right: red solid thin;
width: 50%;
min-height: 100%;
}
div
{
outline: silver dashed thin;
padding: 1ex;
float: right;
}
span
{
border: black solid thin;
display: inline-block;
min-width: 10em;
max-width: 5em;
}
<span>a a a a a a a a a a a a a a a a a a</span>b.
<div>
<span>a a a a a a a a a a a a a a a a a a</span>b.
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment