css:border_radius
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
css:border_radius [2020/05/20 11:04] – peter | css: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: | ||
- | -khtml-border-radius: | ||
- | -moz-border-radius: | ||
- | border-radius: | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== For individual corners ===== | ||
- | |||
- | <code css> | ||
- | -khtml-border-top-left-radius: | ||
- | -webkit-border-top-left-radius: | ||
- | -moz-border-radius-topleft: | ||
- | border-top-left-radius: | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | <code css> | ||
- | -moz-border-radius-: | ||
- | </ | ||
- | </ | ||
css/border_radius.1589972690.txt.gz · Last modified: 2020/07/15 09:30 (external edit)