Skip to content

Instantly share code, notes, and snippets.

@timschoch
Last active August 29, 2015 14:26
Show Gist options
  • Save timschoch/e10008b2ef707e3f96a5 to your computer and use it in GitHub Desktop.
Save timschoch/e10008b2ef707e3f96a5 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div><span>fjkasdö lfjaösdjkaösdjasd f</span></div>
<div><span>asdeljf aölsfj öasdjf ölasjdf öjasdö fjkasdöf</span></div>
// ----
// libsass (v3.2.5)
// ----
div {
display: inline-block;
width: 200px;
background: #efefef;
margin-right: 20px;
// wichtig
vertical-align: middle;
height: 80px;
line-height: 80px;
}
span {
// wichtig
display: inline-block;
vertical-align: middle;
line-height: 30px;
}
div {
display: inline-block;
width: 200px;
background: #efefef;
margin-right: 20px;
vertical-align: middle;
height: 80px;
line-height: 80px;
}
span {
display: inline-block;
vertical-align: middle;
line-height: 30px;
}
<div><span>fjkasdö lfjaösdjkaösdjasd f</span></div>
<div><span>asdeljf aölsfj öasdjf ölasjdf öjasdö fjkasdöf</span></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment