Answers for "make one side of a div rounded corners in"

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
0

round one side of div css

img {border-radius: 250px 0px 0px 250px; }
Posted by: Guest on July-17-2021

Code answers related to "make one side of a div rounded corners in"

Browse Popular Code Answers by Language