Created
November 11, 2013 11:36
-
-
Save SirPepe/7411941 to your computer and use it in GitHub Desktop.
Unter-Überschriften in Dachzeilen verwandeln (breite Version)
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
/** | |
* Unter-Überschriften in Dachzeilen verwandeln (breite Version) | |
*/ | |
header { | |
display: flex; | |
flex-direction:column-reverse; | |
} |
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
<article class="blogpost"> | |
<header> | |
<h1>Große fette H1-Überschrift</h1> | |
<h2>H2-Unter-Überschrift, die als Dachzeile fungieren soll</h2> | |
</header> | |
<p> | |
Lorem lean startup ipsum product market fit customer development acquihire technical cofounder. User engagement A/B testing shrink a market venture capital pitch deck. Social bookmarking group buying crowded market pivot onboarding freemium prototype ping pong. Early stage disruptive ecosystem community outreach dynamic location based strategic investor. | |
</p> | |
<p> | |
Accelerator photo sharing business school drop out ramen hustle crush it revenue traction platforms. Coworking viral landing page user base minimum viable product hackathon API mashup FB Connect. Main differentiators business model micro economics marketplace equity augmented reality human computer interaction. Board members super angel preferred stock. Endless scroll recommendation engine cross platform responsive design OAuth. | |
</p> | |
</article> | |
<!-- Irrelevante Aufhübschung --> | |
<style> | |
body { | |
font-size:125%; | |
line-height: 1.6; | |
margin: 3em 0; | |
} | |
h2 { | |
margin: 0; | |
text-transform: uppercase; | |
font-size: 1em; | |
} | |
</style> |
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","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment