border-radius
.redius{
-webkit-border-radius: 36px 12px;
-moz-border-radius: 36px / 12px;
border-radius: 36px / 12px;
}
Like this...
-webkit-border-radius: 36px 12px 12px 36px;
-moz-border-radius: 36px 12px 12px 36px;
border-radius: 36px 12px 12px 36px;
}
Like this...
.redius{
-webkit-border-radius: 36px 12px;
-moz-border-radius: 36px / 12px;
border-radius: 36px / 12px;
}
Like this...
border-radius Effects
.redius2{-webkit-border-radius: 36px 12px 12px 36px;
-moz-border-radius: 36px 12px 12px 36px;
border-radius: 36px 12px 12px 36px;
}
Like this...
border-radius Effects
No comments:
Post a Comment