| name | language | licence |
|---|---|---|
| Border Radius - Off | CSS | Other |
| Border Radius - Top Right | CSS | Other |
| 2 Column Layout CSS - float style | CSS | Other |
| Border Radius - All | CSS | Other |
| FireFox Only CSS Hacks | CSS | Other |
| seyDoggy Grid - CSS | CSS | Other |
| Border Radius - Bottom | CSS | Other |
| disqus fix | CSS | Other |
< 1 2 3 >
language: CSS
licence: Other
Border Radius - Bottom
options: view full snippet • send to code collector
.radiusBottom {
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius: 0 0 15px 15px;
border-radius: 0 0 15px 15px;
}



library
css (23)