<!DOCTYPE html> <html lang="en"> <head><meta charset="UTF-8"><title>118-边框圆角</title><style>*{
margin: 0;padding: 0;}.father{
width: 200px;height: 200px;border: 1px solid #000;box-sizing: border-box;margin: 100px auto;/*border-radius: 100px 100px 100px 100px;*//*border-radius: 100px 100px 0px 0px;*/border-radius: 50%;}.son{
width: 100px;height: 100px;background: rgba(255,0,0,0.2);}</style>
</head>
<body>
<!--
1.什么是边框圆角?
将直角的边框变为圆角的边框2.边框圆角的格式?
border-radius: 左上 右上 右下 左下;3.将正方形变为圆形的技巧
border-radius: 50%;4.系统如何绘制圆角?
首先根据指定的值找到圆心
按照指定的值作为半径绘制圆弧
-->
<div class="father"><div class="son"></div>
</div>
</body>
</html>
详细解决方案
border-radius
热度:101 发布时间:2023-11-25 17:46:01.0
相关解决方案
- if DateDiff("d"vEditTime,date())<1 then Response.Write"<img src=images/new.gif border=0>"该怎么处理
- Border、StackPanel 展示有关问题
- style="border-collapse:collapse"的疑问解决思路
- .clock div{position: absolute;border-style:solid;} 这个是啥意思,哪位高手给说说吧, 不知道怎么回事
- css做table border 1px后怎么指定某个td为0px
- border-right:1px solid #FFF; 这条线可否指定高度
- CSS基础有关问题 border-width:1em
- css中的式样缩写 border/margin/background/font/list
- 让IE6也辨别CSS3-圆角效果应用border-radius
- 很简单的小菜有关问题关于talbe border style
- 问css的margin border padding,该如何解决
- CSS中border-left border-right的几个小问题(好急)
- border-201311010
- Marging Border Background Padding Context懂得
- Border style的应用
- border:零与border:none区别
- border-radius/transform/transition 学习札记
- (转)IE加浮动(float)后,滚动时边框(border)消失解决方法
- 小弟我怎么把<INPUT id=ImageButton1 tabIndex=7 type=image src="用户登录.files/login.gif" border=0 name=ImageButton1>实现自动提交呀
- border-box解释
- CSS的方框属性(border,padding,margin)
- LA 3218 Find the Border PSLG *
- 【数学】Codeforces499Div1 CF1010C Border
- cover-view border-bottom 在真机不显示
- CSS border 属性
- 原生JavaScript获取元素的margin,border,padding等等
- border-radius的使用
- border-images
- box-sizing:border-box用于移动端页面的开发!
- ???Finding the Radius for an Inserted Circle