Difference between revisions of "Css elements"

From Wiki at Neela Nurseries
Jump to: navigation, search
m (Add top of page links.)
m (Add CSS snippet with centering mark up.)
Line 13: Line 13:
 
Example use:
 
Example use:
 
[[Kconfig|Kconfig]]   ::   [[Cmake|cmake]]
 
[[Kconfig|Kconfig]]   ::   [[Cmake|cmake]]
 +
 +
Example use with centering mark up:
 +
<center>
 +
baz
 +
</center>
 
</pre>
 
</pre>

Revision as of 17:41, 22 February 2024

CSS elements   ::   NN sandbox


Local page for CSS and related HTML mark up snippets.

Mark up snippet without links and link names:
[[|]] &nbsp; :: &nbsp; [[|]]

Example use:
[[Kconfig|Kconfig]]   ::   [[Cmake|cmake]]

Example use with centering mark up:
<center>
baz
</center>