<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
.outer{
position: absolute;
left: 100px;
top: 100px;
width: 300px;
height: 500px;
background-color: #0a6ebd;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
border: 1px solid #0a6ebd;
}
.inner-1{
width: 250px;
height: 450px;
box-sizing: border-box;
background-color: #0da6ec;
position: relative;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid red;
border-top-left-radius: 25px; }
.inner-2{
width: 200px;
height: 400px;
box-sizing: border-box;
background-color: #00bcd4;
position: relative;
border: 1px solid red;
border-top-left-radius: 25px; }
.left-corner{
width: 25px;
height: 25px;
/* border-radius: 100%; */
border-bottom-right-radius: 100%;
background-color: inherit;
position: absolute;
left: -1px;
top: -1px;
z-index:;
border-bottom: 1px solid red;
border-right: 1px solid red;
box-sizing: border-box;
}
</style>
</head>
<body> <div class="outer"> <div class="inner-1">
<div class="left-corner" style="background-color: #0a6ebd;"></div>
<div class="inner-2">
<div class="left-corner" style="background-color: #0da6ec;"></div>
</div>
</div>
</div>
</body>
</html>

最新文章

  1. 手把手教你玩转nginx负载均衡(五)----配置后端服务器组
  2. 关于学习C++编程语言对中国软件发展的的一些思考!
  3. ionic 常见问题
  4. DPM(voc-release5) Matlab模型文件 Mat转XML
  5. 【POJ】2299 Ultra-QuickSort(逆序对)
  6. 二 J2EE 概述
  7. android C/C++ source files 全局宏定义 .
  8. spring04 spel注入
  9. 加密传输SSL协议5_Hash Function
  10. python初识1
  11. c#常用方法和类
  12. Ecto 总结
  13. 后端返回值以json的格式返回,前端以json格式接收
  14. 格式化输出的方法:%、.format()、f
  15. bash和shell的关系
  16. java最全的Connection is read-only. Queries leading to data modification are not allowed
  17. Js 面向对象之封装,继承,原型,原型链
  18. Android文字识别之tesseract的使用
  19. UEditor文本编辑器
  20. 新兵易学,老兵易用----C++(C++11的学习整理---如何减少代码量,加强代码的可读性)

热门文章

  1. file结构体中private_data指针的疑惑【转】
  2. POJ1182 食物链 —— 种类并查集
  3. 小幻美图 API
  4. Ubuntu18开启redis服务自启动
  5. 【137】Photoshop相关功能
  6. 洛谷 P1083 借教室【二分+差分/线段树】
  7. bzoj 1610: [Usaco2008 Feb]Line连线游戏【瞎搞】
  8. 51nod 1120 机器人走方格 V3 【卡特兰数+卢卡斯定理+组合数】
  9. bzoj 3083: 遥远的国度【树链剖分】
  10. [App Store Connect帮助]七、在 App Store 上发行(3.3)提交至“App 审核”:解决 App 拒绝问题