border-radius的使用 css样式
生活随笔
收集整理的这篇文章主要介绍了
border-radius的使用 css样式
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
#add-friend-btn {
background-color: #4D90FE;
border: 1px solid #3079ED;
border-radius: 3px 3px 3px 3px;
cursor: pointer;
float: left;
height: 30px;
line-height: 20px;
margin-left: 50px;
width: 80px;
color: #CCCCCC;
}
效果:
转载于:https://www.cnblogs.com/lcuzhanglei/archive/2012/07/16/2593491.html
总结
以上是生活随笔为你收集整理的border-radius的使用 css样式的全部内容,希望文章能够帮你解决所遇到的问题。