如何做圆角效果?
橱窗的光
橱窗的光 2017-02-16 09:13:29
0
2
2026

border-radius 怎么用的。后面有什么参数?

橱窗的光
橱窗的光

reply all (2)
数据分析师

How to create a rounded corner effect? -PHP Chinese website Q&A-How to create a rounded corner effect? -PHP Chinese website Q&A

Let’s take a look and learn.

    迷茫

    在css中我们要使用border-radius 这个属性,后面我们写上像素即可,

    例如 我们给一个div设置宽高

    然后我们来看下css部分

    .dv1{

    width:200px;

    height:200px;

    border:1px solid red;

    border-radius:8px;

    }

    这样就有个圆角的效果了!

      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!