What to do if css borderradius doesn't work

藏色散人
Release: 2023-01-04 09:36:41
Original
10608 people have browsed it

Solution to css borderradius not working: 1. Set "border:none;" to remove the border; 2. Set the "border-radius:40px;" attribute; 3. Use "box-shadow: 0px 0px 5px #ccc" to set the border.

What to do if css borderradius doesn't work

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

Recommendation: "css video tutorial"

Using border-radius is invalid, you can see that the background is still square and the border becomes rounded.

Solution:

1. Set border: none; remove the border;

2. Set border-radius:40px; if the browser is compatible To solve the problem, you can add compatible css code;

3. Finally, use box-shadow: 0px 0px 5px #ccc; Use this feature to set the border.

The above is the detailed content of What to do if css borderradius doesn't work. 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 admin@php.cn
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!