User Tools

Site Tools


css:border_radius

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
css:border_radius [2020/05/20 11:04] petercss:border_radius [2021/08/08 12:33] (current) – removed peter
Line 1: Line 1:
-====== CSS - Border Radius ====== 
- 
- 
-===== For all corners ===== 
- 
-<code css> 
--webkit-border-radius: 5px; 
--khtml-border-radius: 5px; 
--moz-border-radius: 5px; 
-border-radius: 5px; 
-</code> 
- 
----- 
- 
-===== For individual corners ===== 
- 
-<code css> 
--khtml-border-top-left-radius: 5px; 
--webkit-border-top-left-radius: 5px; 
--moz-border-radius-topleft: 5px; 
-border-top-left-radius: 5px; 
-</code> 
- 
----- 
- 
-<WRAP info> 
-**NOTE:**  Mozilla is the exception and needs its own syntax. 
- 
-<code css> 
--moz-border-radius-: value; 
-</code> 
-</WRAP> 
  
css/border_radius.1589972690.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki