Answers for "rounded rectangle border 2 side"

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 2 corners of div css

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

Code answers related to "rounded rectangle border 2 side"

Browse Popular Code Answers by Language