css: border properties
border: - the border shorthand css property sets an element's border. it sets the value of border-width,border-style and border-color.
type
border-width: 10px;
border-style: solid;
border-color: red;
border- left,right,top,bottom;
border style - soli...
pankajgoud.hashnode.dev1 min read