/**
* A neat way of quickly swapping two chunks of code in CSS. Also works in JS.
* Try adding a space BEFORE the SECOND forward slash on line 6.
*/
.foo{
/**/
color:red;
font-weight:bold;
/*/
color:blue;
font-style:italic;
/**/
}
A neat way of quickly swapping two chunks of code in CSS. Also works in JS.
Try adding a space BEFORE the SECOND forward slash on line 6.
Try adding a space BEFORE the SECOND forward slash on line 6.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.