Answers for "one side rounded div in css"

CSS
1

css div side rounded

.figure {
	background-color: black;
	border-bottom-left-radius: 100%30px;
	border-bottom-right-radius: 100%30px;    
}
Posted by: Guest on November-18-2020
-1

round 2 corners of div css

border-bottom-left-radius: 50%;
Posted by: Guest on September-05-2021

Browse Popular Code Answers by Language