Jump to content

Template:Rounded: Difference between revisions

From PokeHero Official Wiki
Created page with "<noinclude> {{TemplateUsage |usage=<pre>{{Rounded|Value}}</pre> |description=CSS attributes for border-radius with multiple browser compatibility. <b>Value</b> parameter is optional. }} </noinclude> border-radius: {{{1|10px}}}; -moz-border-radius: {{{1|10px}}}; -webkit-border-radius: {{{1|10px}}}; -khtml-border-radius: {{{1|10px}}}; -icab-border-radius: {{{1|10px}}}; -o-border-radius: {{{1|10px}}}; <noinclude> Category:Table templates </noinclude>"
(No difference)

Revision as of 14:46, 23 August 2025

Usage
{{Rounded|Value}}
Description CSS attributes for border-radius with multiple browser compatibility.

Value parameter is optional.


border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;