行业动态
css圆角(弧形)边框效果
发布日期:2014-10-14 阅读次数:6134 字体大小:
XML/HTML代码
  1. 效果一  
  2.   
  3. <a href="http://www.yisky.net"  style="background-color:#ffff; display:block; height:24px; line-height:24px; margin:0 auto; text-align:center; width:200px; border-radius:3px; color:#77bc11; border:#77bc11 solid 1px">查看更多CSS弧形边框效果a>  
  4.   
  5. 效果二  
  6. <a href="http://www.yisky.net"  style="background-color:#ff0000; display:block; height:24px; line-height:24px; margin:0 auto; text-align:center; width:200px; border-radius:3px; color:#77bc11; border:#77bc11 solid 1px">查看更多CSS弧形边框效果a>  

效果一 查看更多CSS弧形边框效果 效果二 查看更多CSS弧形边框效果