当前位置:网站首页>Boder radius has four values, and boder radius exceeds four values
Boder radius has four values, and boder radius exceeds four values
2022-07-06 20:17:00 【imkaifan】
Problem description :
border-radius If it is 4 Value , In turn, it represents the upper left corner 、 Upper right corner 、 The lower right corner 、 The lower left corner .
But if you write it like this, it won't work ? border-radius: 69px 62px 69px 69px/97px 93px 97px 97px;
boder-radius The role of
Back to the beginning ,css What did this magic wand do ?
CSS attribute border-radius Allows you to set the rounded edges of elements . When using a radius, determine a circle , When using two radii, determine an ellipse . This ( Ellipse ) The intersection of the circle and the border forms a fillet effect .
Even if the element has no border , Rounded corners can also be used background above , The specific effect is affected by background-clip influence
demo1:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.myDiv {
display: flex;
flex-wrap: wrap;
width: 500px;
height: 500px;
border: 2px solid red;
border-radius: 125px 125px 125px 125px;
}
</style>
</head>
<body>
<div class="myDiv">
</div>
</body>
</html>
Code and schematic diagram above , Roughly know how to draw this trajectory
demo2:
border-radius To put it bluntly, you can draw an irregular figure , But we can know from the above , Irregularity is irregularity , But it must be round , Or right angles , Writing a negative value does not mean that it is an obtuse angle , Or sharp corners . Negative values are treated as 0
border-radius: 4px 3px 6px / 2px 4px;
/* Equivalent to : */
border-top-left-radius: 4px 2px;
border-top-right-radius: 3px 4px;
border-bottom-right-radius: 6px 2px;
border-bottom-left-radius: 3px 4px;
border-radius: 25px 50px 70px 60px/50px 25px 10px 10px;
/* Equivalent to : */
border-top-left-radius: 25px 50px;
border-top-right-radius: 50px 25px;
border-bottom-right-radius: 70px 10px;
border-bottom-left-radius: 60px 10px;

border-radius: 25px 50px 70px 60px/50px 25px 10px 10px; The drawing is the above figure , Don't omit the eight values , Or you need to remember the corresponding relationship of missing values , Too annoying , So don't try to save trouble , Write the whole , Others can understand
边栏推荐
- POJ 3207 Ikki&#39; s Story IV – Panda&#39; s Trick (2-SAT)
- Poj1149 pigs [maximum flow]
- A5000 vgpu display mode switching
- Groovy basic syntax collation
- Wechat applet common collection
- 腾讯字节等大厂面试真题汇总,网易架构师深入讲解Android开发
- 5. 無線體內納米網:十大“可行嗎?”問題
- Discussion on beegfs high availability mode
- 爬虫(14) - Scrapy-Redis分布式爬虫(1) | 详解
- Standardized QCI characteristics
猜你喜欢

Digital triangle model acwing 1018 Minimum toll
腾讯安卓开发面试,android开发的基础知识
![[cloud native and 5g] micro services support 5g core network](/img/c9/4ccacd1e70285c2ceb50c324e5018c.png)
[cloud native and 5g] micro services support 5g core network

beegfs高可用模式探讨

5. Nano - Net in wireless body: Top 10 "is it possible?" Questions

Deep learning classification network -- zfnet

B-杰哥的树(状压树形dp)

Vscode debug run fluent message: there is no extension for debugging yaml. Should we find yaml extensions in the market?

Maximum likelihood estimation and cross entropy loss

BeagleBoneBlack 上手记
随机推荐
22-07-05 七牛云存储图片、用户头像上传
Unity writes a timer tool to start timing from the whole point. The format is: 00:00:00
数字三角形模型 AcWing 1018. 最低通行费
AddressSanitizer 技术初体验
Example of shutter text component
Tencent Android development interview, basic knowledge of Android Development
Leetcode brush first_ Maximum Subarray
Database specific interpretation of paradigm
AsyncHandler
Selenium advanced operations
腾讯T4架构师,android面试基础
Extraction rules and test objectives of performance test points
Web security - payload
Qinglong panel white screen one key repair
JMeter server resource indicator monitoring (CPU, memory, etc.)
技术分享 | 抓包分析 TCP 协议
Catch ball game 1
爬虫(14) - Scrapy-Redis分布式爬虫(1) | 详解
小微企业难做账?智能代账小工具快用起来
报错分析~csdn反弹shell报错