Difference between revisions of "Template:Lifesavers"

From Dwaia Wiki
Jump to navigation Jump to search
 
Line 7: Line 7:
  
 
<pre>
 
<pre>
{{Lifesavers| yes hello | width=100px | height=100px | style= font-weight:bold; }}
+
{{Lifesavers
 +
| yes hello
 +
| width = 100px
 +
| height = 100px
 +
| style =
 +
font-weight: bold;
 +
text-align: center;
 +
text-transform: full-width;
 +
font-size: xx-large;
 +
color: aqua;
 +
}}
 
</pre>
 
</pre>
  
 
which produced
 
which produced
  
{{Lifesavers| yes hello | width=100px | height=100px | style= font-weight:bold; }}
+
{{Lifesavers
 +
| yes hello
 +
| width = 100px
 +
| height = 100px
 +
| style =
 +
font-weight: bold;
 +
text-align: center;
 +
text-transform: full-width;
 +
font-size: xx-large;
 +
color: aqua;
 +
}}

Latest revision as of 03:49, 13 June 2019

{{{1}}}

A cool template that add lifesaver background to youre text. It does only use CSS so it can be display on any bowser.

USE::

code is

{{Lifesavers
| yes hello
| width = 100px
| height = 100px
| style =
font-weight: bold;
text-align: center;
text-transform: full-width;
font-size: xx-large;
color: aqua;
}}

which produced

yes hello