Skip to content

Instantly share code, notes, and snippets.

@dantz
Created October 22, 2013 10:02
Show Gist options
  • Save dantz/7098098 to your computer and use it in GitHub Desktop.
Save dantz/7098098 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
*/
section {
background-color: #fff;
position: relative;
overflow: hidden;
}
p {
width: 70%;
}
img {
position: absolute;
left: 73%;
top: 0;
max-height: 100%;
}
<section>
<h2>Konzeption</h2>
<img src="http://vortrieb.net/sites/default/files/concept.png">
<p>Bevor wir die praktische Arbeit anpacken, lassen wir unsere (und gerne auch Ihre) Köpfe qualmen. Als erstes brauchen wir einen Plan, was wir erreichen wollen, wie wir das anstellen und welche Eckdaten es gibt.</p>
<p>Das gibt allen Beteiligten jederzeit Aufschluss über das „Warum“ und das „Wie“.</p>
</section>
// alert('Hello world!');
{"view":"split","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