Skip to content

Instantly share code, notes, and snippets.

@jensgro
Created January 15, 2015 17:53
Show Gist options
  • Save jensgro/7b9990fae51783cabf56 to your computer and use it in GitHub Desktop.
Save jensgro/7b9990fae51783cabf56 to your computer and use it in GitHub Desktop.
Semantik und Optik sind entkoppelt
/**
* Semantik und Optik sind entkoppelt
*/
.paragraphToList {
margin: 20px;
}
.paragraphToList p {
display: list-item;
margin-left: 10px;
color: black
}
<!-- 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>
// alert('Hello world!');
{"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