码迷,mamicode.com
首页 > 其他好文 > 详细

border-radius不被遮挡住

时间:2018-05-10 14:25:28      阅读:645      评论:0      收藏:0      [点我收藏+]

标签:hidden   meta   ext   ddl   AC   style   html   utf-8   head   

<!DOCTYPE html>
<html>
<meta charset="utf-8">
<head>
    <title></title>
</head>
<style type="text/css">
#wrapper {
    position: absolute;
}

#middle {
    border-radius: 100px;
    overflow: hidden; 
}

#box {
    width: 300px; height: 300px;
    background-color: #cde;
}
</style>

<body>
<div id="wrapper">
    <div id="middle">
        <div id="box"></div>
    </div>
</div>
</body>
</html>

 

border-radius不被遮挡住

标签:hidden   meta   ext   ddl   AC   style   html   utf-8   head   

原文地址:https://www.cnblogs.com/beimingbingpo/p/9019246.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!