Difference between revisions of "Css elements"

From Wiki at Neela Nurseries
Jump to: navigation, search
(Create page "CSS elements".)
 
m (Amend ceneter local links mark up snippet.)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<center>
 +
[[css_elements|CSS elements]] &nbsp; :: &nbsp; [[sandbox|NN sandbox]]
 +
</center>
 +
 +
 +
 
Local page for CSS and related HTML mark up snippets.
 
Local page for CSS and related HTML mark up snippets.
  
 
<pre>
 
<pre>
 
Mark up snippet without links and link names:
 
Mark up snippet without links and link names:
[[|]] &nbsp; :: &nbsp; [[|]]
+
[[|]] &amp;nbsp; :: &amp;nbsp; [[|]]
  
 
Example use:
 
Example use:
[[Kconfig|Kconfig]] &nbsp; :: &nbsp; [[Cmake|cmake]]
+
[[Kconfig|Kconfig]] &amp;nbsp; :: &amp;nbsp; [[Cmake|cmake]]
 +
 
 +
Example use with centering mark up:
 +
<center>
 +
[[wiki_link_1|link_1_name]] &amp;nbsp; :: &amp;nbsp; [[wiki_link_2|link_2_name]]
 +
</center>
 
</pre>
 
</pre>

Latest revision as of 17:42, 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]] &nbsp; :: &nbsp; [[Cmake|cmake]]

Example use with centering mark up:
<center>
[[wiki_link_1|link_1_name]] &nbsp; :: &nbsp; [[wiki_link_2|link_2_name]]
</center>