Created
January 15, 2015 17:53
-
-
Save jensgro/7b9990fae51783cabf56 to your computer and use it in GitHub Desktop.
Semantik und Optik sind entkoppelt
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
/** | |
* Semantik und Optik sind entkoppelt | |
*/ | |
.paragraphToList { | |
margin: 20px; | |
} | |
.paragraphToList p { | |
display: list-item; | |
margin-left: 10px; | |
color: black | |
} |
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
<!-- content to be placed inside <body>…</body> --> | |
<div class="paragraphToList"> | |
<p>Das ist ein Absatz.</p> | |
<p>Das ist noch ein Absatz.</p> | |
<p>Aber alle sehen aus, als wären sie Teil einer Liste.</p> | |
<p>Sind sie aber nicht.</p> | |
<p>Sie sehen nur so aus.</p> | |
</div> |
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":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment