|
|
| Line 3: |
Line 3: |
| border: 4px solid white; | | border: 4px solid white; |
| padding:16px; | | padding:16px; |
| border-bottom-left-radius: 50% 20px; | | border-radius: 60% / 10%; |
| border-bottom-right-radius: 50% 20px;
| |
| border-top-left-radius: 50% 20px;
| |
| border-top-right-radius: 50% 20px;
| |
| | | |
| } | | } |
/* CSS placed here will be applied to all skins */
#content {
border: 4px solid white;
padding:16px;
border-radius: 60% / 10%;
}