效果图:

实例代码:

 <!DOCTYPE html>
<html> <head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
#btn {
display: block;
width: 100px;
height: 40px;
background-color: lightcoral;
text-align: center;
line-height: 40px;
position: relative;
color: #FFF;
font-size: 2em;
margin: 0 auto;
} #btn::before {
content: "";
width: 30px;
height: 30px;
border-radius: 30px;
background: #fff;
position: absolute;
display: block;
left: -15px;
top: 5px;
}
</style>
</head> <body>
<div id="btn"></div>
</body> </html>

最新文章

  1. ife-task0003学习收获总结
  2. 传统高斯模糊与优化算法(附完整C++代码)
  3. [复变函数]第11堂课 3.3 Cauchy 积分定理及其推论
  4. poj 3621(最优比率环)
  5. Project Euler 109 :Darts 飞镖
  6. Object-C 内存管理及对象
  7. c# Internet时间服务器同步
  8. JS获取地址参数
  9. RS100项目进展更新
  10. 最简单的Java框架
  11. kubernetes 留言版DEMO
  12. ZOJ1654 Place the Robots
  13. web.xml组件加载顺序
  14. dedecms织梦判断当前页面是首页、栏目页还是文章页
  15. java 获取用户ip
  16. jenkin如何实现web版本控制&amp;回退
  17. 2018(2017)美图java服务端笔试(回忆录)
  18. Servlet(三):获取表单数据、解决乱码和报错问题
  19. Spring Aware接口
  20. Oracle 中 nvl、nvl2、nullif、coalesce、decode 函数的用法详解

热门文章

  1. 3dContactPointAnnotationTool开发日志(一)
  2. JS DOM视频相关的知识
  3. zookeeper伪集群安装
  4. 织梦CMS建站入门学习(二)
  5. title &amp; abbr &amp; tooltips
  6. BZOJ 1010 玩具装箱(斜率优化DP)
  7. 【bzoj4579】[Usaco2016 Open]Closing the Farm 并查集
  8. 前端基础:HTML标签(上)
  9. Python re(正则表达式)模块
  10. BZOJ4514:[SDOI2016]数字配对——题解