To create an elongated bottom-left corner, you could apply the style ____, which would set the horizontal radius of the bottom-left corner to 150 pixels and the vertical radius to 80 pixels.
A. border-bottom-left-radius: 150px 80px;
B. border-bottom-left-radius: 80px 80px;
C. border-bottom-left-radius: 150px 150px;
D. border-bottom-left-radius: 80px 150px;
Answer: A
Computer Science & Information Technology