Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css border radius top

.div {
	border-radius: 15px 50px 30px 5px; /*TL TR BR BL*/
  	border-radius: 15px 50px 30px; /*TL TRBL BR*/
  	border-radius: 15px 50px; /*TLBR TRBL*/
  	border-radius: 15px; /*All corners*/
}
 
PREVIOUS NEXT
Tagged: #css #border #radius #top
ADD COMMENT
Topic
Name
1+4 =