1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > css中的inset CSS inset()用法及代码示例

css中的inset CSS inset()用法及代码示例

时间:2024-03-29 16:57:29

相关推荐

css中的inset CSS inset()用法及代码示例

inset()函数是CSS中的内置函数,与filter属性一起使用以更改图像的插入。

用法:

inset( length | percentage );

参数:此函数接受单个参数长度,该参数长度用于保存应用于图像的对比度级别的值。参数可以是百分比值或长度。它是必填参数。

Example:

CSS | inset() function

div {

float:left;

width:185px;

height:185px;

shape-outside:inset(20%);

}

img {

width:145px;

height:150px;

}

h1,

h4 {

text-align:center;

}

h1 {

color:green;

}

.clr {

color:white;

}

GeeksforGeeks

CSS | inset() function

"/wp-content/uploads/0807114330/GFG115.png"

alt="Sample image">

How many times- were you frustrated while looking out for a

good collection of programming/algorithm/interview questions?

What did you expect and what did you get? This portal has been

created to provide well written, well thought and well explained

solutions for selected questions. An IIT Roorkee alumnus and

founder of GeeksforGeeks. He loves to solve programming problems

in most efficient ways. Apart from GeeksforGeeks, he has worked

with DE Shaw and Co. as a software developer and JIIT Noida as

an assistant professor.It is a good platform to learn programming.

It is an educational website. Prepare for the Recruitment drive

of product based companies like Microsoft, Amazon, Adobe etc with

a free online placement preparation course.

输出:

支持的浏览器:CSS |下面列出了inset()函数:

谷歌浏览器

微软Edge

Mozila Firefox

苹果浏览器

Opera

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。