How to write a rounded rectangle in css

WBOY
Release: 2021-12-03 09:57:18
Original
7556 people have browsed it

Method: 1. Use the width and height attributes to set the element style to a rectangle, with the syntax "element {width: width value; height: height value;}". 2. Use the "border-radius" attribute to set the rounded corner style for the rectangular element, with the syntax "element {border-radius: rounded corner value;}".

How to write a rounded rectangle in css

The operating environment of this tutorial: Windows 7 system, CSS3&&HTML5 version, Dell G3 computer.

How to write a rounded rectangle in css

In css, you can use the border-radius attribute to write a rounded rectangle style. This attribute You can set the rounded style for the four corners of an element.

The syntax is as follows:

border-radius: 1-4 length|% / 1-4 length|%;
Copy after login

How to write a rounded rectangle in css

The example is as follows:



    
        
        
    
Copy after login

Output result:

How to write a rounded rectangle in css

For more programming related knowledge, please visit: Programming Video! !

The above is the detailed content of How to write a rounded rectangle in css. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
css
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact [email protected]
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!