CSS
Desk
ß
Reset
Reset the code to the default
Blueprint
Grid
Desk
White
Black
12 col
16 col
Change the background
Save
Save your changes to this link
Share
Create a permanent link for this code
Download
Download this code as a file
«
HTML
<div class="one"> <p>asdf</p> <div> <p>asdf</p> </div> </div> <div class="two"> <p>asdf</p> <div> <p>asdf</p> </div> </div>
CSS
div.one p { margin: 20px; background-color:#F00; } div.two > p { margin: 20px; background-color:#0F0; }