Created
May 13, 2014 12:17
-
-
Save marek-saji/65dda6027adbebe493e8 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
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
/** | |
* 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; } |
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
<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> |
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
// alert('Hello world!'); |
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
{"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