Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
background-clip property in CSS
WhatsApp
Mahak Gupta
4y
3.7
k
0
0
25
Blog
background-clip property in CSS
It is used to specify the content area of the background.
<html>
<head>
<style type=
"text/css"
>
p
{
width: 200px;
height: 200px;
border: 2px solid Black;
padding: 10px;
background-color: Pink;
background-clip: content-box;
-webkit-background-clip: content-box;
/* Code For Safari */
}
</style>
</head>
<body>
<p>
Are you going to the Mindcracker MVP Summit 2012 at Noida or interested
in
learning the daily progress of the summit? Check out daily updates here and let the saga begin.</p>
</body>
</html>
Output:
background-clip property in CSS
Up Next
Clip property in CSS
Ebook Download
View all
Frontend Developer Interview Questions and Answers
Read by 997 people
Download Now!
Learn
View all
Membership not found