Answers for "how to wrtie border csss"

CSS
6

how to add border in css

.div1{
	border: 10px;
    border-color: #000000;
    border-style: solid;
}
Posted by: Guest on January-04-2021
0

white border css

border: solid white 4px;
Posted by: Guest on June-28-2020

Browse Popular Code Answers by Language