Jump to content

User:Paradox-01/Sandbox: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 62: Line 62:


===div test===
===div test===
Testing css import: http://wiki.oni2.net/User:Paradox-01/vector.js


<div>hallo</div>
Notes:
* Changing div and span is not a good id use id and class instead!
----
 
: <div>A</div>
: <span>B</span>
 
<!-- font-size: 150% via js-imported css -->
: <span class="CID">C</span> Class with one letter works too.
 
<!-- font-size: 200% via js-imported css -->
: <span id="DID">D</span> Id must have two or more letters? Or maybe D is reserved for something else.
8,023

edits