Created
October 22, 2013 10:02
-
-
Save dantz/7098098 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 | |
*/ | |
section { | |
background-color: #fff; | |
position: relative; | |
overflow: hidden; | |
} | |
p { | |
width: 70%; | |
} | |
img { | |
position: absolute; | |
left: 73%; | |
top: 0; | |
max-height: 100%; | |
} |
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
<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> |
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":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment