Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to draw all kinds of ellipses with css3

2025-02-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to use css3 to draw a variety of ellipses, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.

The principle of drawing all kinds of ellipses using css3

We need to use the border-radius property in css3, change the width value to 200px, and then change the border-radius to 100pxmax 50px; the horizontal radius before "/" and the vertical radius after "/", so 100px/50px makes div an elliptical border-radius:100px/50px

Now that we need to use the border-radius property in css3, today we will take a closer look at the border-radius property.

Border-radius attribute

Meaning: border-radius attribute shorthand attribute adds a fillet border to the element.

Syntax: border-radius:1-4length |% / 1-4length |%

Browser compatibility: IE9+, Firefox4+, Chrome, Safari5+, and Opera support the border-radius attribute.

Use css3 to draw all kinds of ellipse code

Rookie course (runoob.com)

# rcorners1 {

Border-radius:50px/15px

Background:#8AC007

Padding:20px

Width:200px

Height:150px

}

# rcorners2 {

Border-radius:15px/50px

Background:#8AC007

Padding:20px

Width:200px

Height:150px

}

# rcorners3 {

Border-radius:50%

Background:#8AC007

Padding:20px

Width:200px

Height:150px

}

Thank you for reading this article carefully. I hope the article "how to draw all kinds of ellipses with css3" shared by the editor will be helpful to everyone. At the same time, I also hope you can support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report