Background-origin and background-clip

Developer
Size
1,669 Kb
Views
12,144

How do I make an background-origin and background-clip?

What is a background-origin and background-clip? How do you make a background-origin and background-clip? This script and codes were developed by Elad Shechter on 15 December 2022, Thursday.

Background-origin and background-clip Previews

Background-origin and background-clip - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>background-origin and background-clip</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="box box1"> <span> </span>
</div>
<div class="box box2"> <span> </span>
</div>
<div class="box box3"> <span> </span>
</div>
</body>
</html>

Background-origin and background-clip - Script Codes CSS Codes

.box{ background:url(http://farm4.staticflickr.com/3666/8878114654_8df9cf6d45_c.jpg) no-repeat; width:500px; height:500px; border:solid 50px rgba(0,0,0,0.5); padding:50px; float:left; margin-right:15px; box-sizing:border-box;
}
.box span{color:#000; display:block; font-size:30px; font-weight:bold; height:100%; text-transform:uppercase; background-color:rgba(256,256,256,0.5)
}
.box1{ background-origin:border-box; background-clip:border-box;
}
.box2{ background-origin:padding-box; background-clip:padding-box;
}
.box3{ background-origin:content-box; background-clip:content-box;
}
Background-origin and background-clip - Script Codes
Background-origin and background-clip - Script Codes
Home Page Home
Developer Elad Shechter
Username elad2412
Uploaded December 15, 2022
Rating 3
Size 1,669 Kb
Views 12,144
Do you need developer help for Background-origin and background-clip?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Elad Shechter (elad2412) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!