Jump to content

Template:Roundedright: Difference between revisions

From PokeHero Official Wiki
Created page with "{{TemplateUsage |usage=<pre>{{Roundedright|10px}}</pre> |description=CSS attributes for border-top-right-radius and border-bottom-right-radius with multiple browser compatibility. <b>Value</b> parameter is optional. }} <onlyinclude>border-top-right-radius: {{{1|10px}}}; -moz-border-radius-topright: {{{1|10px}}}; -webkit-border-top-right-radius: {{{1|10px}}}; -khtml-border-top-right-radius: {{{1|10px}}}; -icab-border-top-right-radius: {{{1|10px}}}; -o-border-top-right-ra..."
 
(No difference)

Latest revision as of 23:25, 20 September 2025

Usage
{{Roundedright|10px}}
Description CSS attributes for border-top-right-radius and border-bottom-right-radius with multiple browser compatibility.

Value parameter is optional.

border-top-right-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; -icab-border-top-right-radius: 10px; -o-border-top-right-radius: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; -icab-border-bottom-right-radius: 10px; -o-border-bottom-right-radius: 10px;