Home  >  Article  >  Web Front-end  >  How to add rounded borders to div elements

How to add rounded borders to div elements

php中世界最好的语言
php中世界最好的语言Original
2018-01-20 09:40:562489browse

This time I will show you how to add a rounded border to a div element, what are the notes for adding a rounded border to a div element, the following is a practical case, let’s take a look one time.

div   
{   
border:2px solid;   
border-radius:25px;   
}

I believe you have mastered the methods after reading these cases. For more exciting information, please pay attention to the php Chinese website Other related articles!

Related reading:

How to use h5’s sse server to send EventSource events

H5’s local storage and local database details Introducing

h5 how to implement the password remembering function

The above is the detailed content of How to add rounded borders to div elements. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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 admin@php.cn