Template:Color: Difference between revisions
Jump to navigation
Jump to search
(Replaced content with "<span class="text-color-{{{1}}}">{{{2}}}</span> <noinclude>Category:Templates</noinclude>") Tag: Replaced |
No edit summary |
||
Line 1: | Line 1: | ||
<style> | |||
.text-color-green { | |||
color: green; | |||
} | |||
.text-color-blue { | |||
color: blue; | |||
} | |||
.text-color-red { | |||
color: red; | |||
} | |||
</style> | |||
<span class="text-color-{{{1}}}">{{{2}}}</span> | <span class="text-color-{{{1}}}">{{{2}}}</span> | ||
<noinclude>[[Category:Templates]]</noinclude> | <noinclude>[[Category:Templates]]</noinclude> |
Revision as of 23:22, 12 May 2021
<style> .text-color-green {
color: green;
}
.text-color-blue {
color: blue;
}
.text-color-red {
color: red;
} </style> {{{2}}}