border
Last updated
Last updated
border: width style color;
/* style is required, width is medium, color is currentcolor */
border-left: 5px dashed rgba(217, 68, 11, 0.5);Border-radius: 20px;
Border-radius: 50%;
/* circle(if equal h&w) */
border-radius: 10px 20px;
/* upper left and lower right have 10px radius, upper right and lower right have 20px; */
border-radius: 10px / 20px;
/*horizontal 10px, vertical 20px*/border-image: source || slice / width / outset || repeat;
border-image: url(gradient.png 32 / 12px stretch)