CSS закругленные углы
/* Set rounded corners with border-radius property */
.class {
border-radius: 4px;
}
.circle {
border-radius: 50%;
}
k-vernooy
/* Set rounded corners with border-radius property */
.class {
border-radius: 4px;
}
.circle {
border-radius: 50%;
}
#rcorners {
border-radius: 25px;
}
.class {
border-radius: 4px;
}