Skip to content

Instantly share code, notes, and snippets.

@nielsdoorn
Created March 31, 2015 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nielsdoorn/398f2e529f14a64e330d to your computer and use it in GitHub Desktop.
Save nielsdoorn/398f2e529f14a64e330d to your computer and use it in GitHub Desktop.
Untitled
.blok {
background-color: red;
width: 300px;
heigth: 200px;
}
.belangrijk {
color: blue;
}
<!-- content to be placed inside <body>…</body> -->
<div class="blok">dsfsd</div>
<p>Lorem <span class="belangrijk">Ipsum</span> Dolor Sit Amet</p>
<ul>
<li>Kaas</li>
<li>Boter</li>
<li>Eieren</li>
</ul>
// 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