Skip to content

Instantly share code, notes, and snippets.

@marek-saji
Created May 13, 2014 12:17
Show Gist options
  • Save marek-saji/65dda6027adbebe493e8 to your computer and use it in GitHub Desktop.
Save marek-saji/65dda6027adbebe493e8 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
:root
{
font-size: 0.8em;
}
.container
{
display: flex;
flex-wrap: wrap;
}
.container > *
{
flex: 1;
}
.measure { min-width: 30em; }
.amount-and-weight { min-width: 30em; }
.amount { min-width: 15em; }
.weight { min-width: 15em; }
<fieldset class=container>
<span class="measure container">
<select>
<option>szklanka</option>
</select>
</span>
<span class="amount-and-weight container">
<span class="amount container">
x
<input>
</span>
<span class="weight container">
=
<input>
g
</span>
</span>
</fieldset>
// 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