Answers for "border idea css"

CSS
1

border style

CSS Code:

div {
    border-width:5px;  
    border-style:dotted solid double dashed;
}
/* dotted: A line that consists of dots. */
Posted by: Guest on December-31-2021
0

css border with 8 values

/* Using border radius with 8 Values for more control */
border-radius: 16% 21% 34% 35% / 19% 39% 21% 56%
/* Read the Source for more information */
Posted by: Guest on July-29-2021

Browse Popular Code Answers by Language