Difference between revisions of "Template:BgColor light blue"

From SPOT CHECK IT
Jump to: navigation, search
(Created page with "Template:BgColor_light_blue <includeonly>background-color: #42B9FF;</includeonly><!-- --><noinclude> === Usage === This template is used to produce background light blue color for tables. Just embed it in any <nowiki><div>, <table>: etc.</nowiki> element. ==== Example ==== <syntaxhighlight lang=html><div style="{{bgcolor light blue}} {{round corners}} padding: 0.5em 1em;">Text text text</div></syntaxhighlight> :''which produces:'' <div style="{{bgcolor light blue}} {...")
 
Line 9: Line 9:
==== Example ====
==== Example ====


<syntaxhighlight lang=html><div style="{{bgcolor light blue}} {{round corners}} padding: 0.5em 1em;">Text text text</div></syntaxhighlight>
<syntaxhighlight lang=html><div style=" {{bgcolor light blue}} {{round corners}} padding: 0.5em 1em;">Text text text</div></syntaxhighlight>
:''which produces:''
:''which produces:''
<div style="{{bgcolor light blue}} {{round corners}} padding: 0.5em 1em;">Text text text</div>
<div style=" {{bgcolor light blue}} {{round corners}} padding: 0.5em 1em;">Text text text</div>


</noinclude>
</noinclude>

Revision as of 22:52, 9 April 2022

Template:BgColor_light_blue


Usage

This template is used to produce background light blue color for tables. Just embed it in any <div>, <table>: etc. element.

Example

<div style=" {{bgcolor light blue}} {{round corners}} padding: 0.5em 1em;">Text text text</div>
which produces:
Text text text