Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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*/
 
PREVIOUS NEXT
Tagged: #change #margin #radius #css
ADD COMMENT
Topic
Name
2+1 =