Difference between revisions of "Template:Roundytl"

From Nookipedia, the Animal Crossing wiki
(Created page with "border-top-left-radius: {{{1|20px}}}; -moz-border-radius-topleft: {{{1|20px}}}; -webkit-border-top-left-radius: {{{1|20px}}}; -khtml-border-top-left-radius: {{{1|20px}}}; -icab-b...")
 
(Dropping browser-specific CSS (no longer needed due to widespread support of border-radius))
(One intermediate revision by one other user not shown)
Line 1: Line 1:
border-top-left-radius: {{{1|20px}}}; -moz-border-radius-topleft: {{{1|20px}}}; -webkit-border-top-left-radius: {{{1|20px}}}; -khtml-border-top-left-radius: {{{1|20px}}}; -icab-border-top-left-radius: {{{1|20px}}}; -o-border-top-left-radius: {{{1|20px}}};
+
border-top-left-radius: {{{1|20px}}};

Revision as of 01:38, November 23, 2020

border-top-left-radius: 20px;