Open In App

CSS ellipse() Function

Last Updated : 30 Aug, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

The ellipse() function is an inbuilt function in CSS used to create floating text around the ellipse shape picture or anything else. 

Syntax:

circle(100px 10 px at 10px 150px);

or

ellipse( percentage percentage );

Parameter: This function accepts a single parameter length or percentage which is used to hold the value of the radius. It is a mandatory parameter.

Return value: It makes the text ellipse as the user wants.

Example 1: With the percentage procedure, we will proceed. 

Output: 

Example 2: 

Output: 

Supported Browsers: The browsers supported by CSS | ellipse () Function are listed below: 

  • Google Chrome 37 and above
  • Microsoft Edge 79 and above
  • Internet Explorer not supported
  • Firefox 54 and above
  • Safari 10.1 and above
  • Opera 24 and above

Similar Reads