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 foo="bar">bar</div> <div foo="bar baz">bar baz</div> <div foo="barington">barington</div> <div foo="foobar">foobar</div> <div foo="foobarbaz">foobarbaz</div> <div foo="foo-bar">foo-bar</div>
CSS
[foo="bar"] { background-color: #f00 } [foo~="bar"] { background-color: #ff0 } [foo^="bar"] { background-color: #0f0 } [foo$="bar"] { background-color: #0ff } [foo*="barb"] { background-color: #00f } [foo|="foo"] { background-color: #f0f }