w3c:http://www.w3school.com.cn/cssref/pr_border-radius.asp

定义和用法

border-radius 属性是一个简写属性,用于设置四个 border-*-radius 属性。

提示:该属性允许您为元素添加圆角边框!

属性border-radius:50%;

这时候头像的外框就有圆角效果

div
{
  border:2px solid;
  border-radius:50%;
}

最新文章

  1. php排序
  2. 数字图像处理作业使用OpenCV - 配置
  3. myeclipse打war包时,报错security alert integrity check error
  4. 启动windows的服务--《用delphi开发共享软件》-15.2桌面提示器
  5. Source Xref 与 JavaDocs 学习理解
  6. hdu 4588 Count The Carries
  7. 《Python核心编程》 第六章 序列 - 课后习题
  8. poj 2533 Longest Ordered Subsequence(dp)
  9. uva 10014 Simple calculations
  10. bootstrap 3 のcheckbox-inline
  11. ORACLE11.2.0 SQLPLUS 报 error while loading shared libraries
  12. Htmlunit使用
  13. Best MVC Practices(最优的MVC布局)
  14. 简单的NIO使用实例
  15. go logs
  16. springboot(十六):springboot整合shiro
  17. Oracle redo/undo 原理理解
  18. c++-pimer-plus-6th-chapter03
  19. robotframework·WEB端基础
  20. centos 安装python3.6

热门文章

  1. CompileGLShader
  2. asp.net权限控制的方式
  3. Oracle Database Link 的创建和使用小见
  4. @CrossOrigin 跨域注解
  5. mysql增量备份(1/2)
  6. css - border-radius
  7. 04-常见内存错误以及valgrind使用
  8. 怎样实现广度优先遍历(BFS)
  9. lodash 检查值是否存在 includes
  10. XML之Schema