Answers for "how to change margin radius in css"

CSS
0

how to change margin radius in css

#test {
  border: 2px solid red;
  border-radius: 25px;
}
/*Put the div id after "#" or if its class then after ".", for ex:
	.myClass*/
Posted by: Guest on March-17-2022

Code answers related to "how to change margin radius in css"

Browse Popular Code Answers by Language