Background-origin CSS3

Developer
Size
1,648 Kb
Views
50,600

How do I make an background-origin css3?

What is a background-origin css3? How do you make a background-origin css3? This script and codes were developed by Elad Shechter on 13 July 2022, Wednesday.

Background-origin CSS3 Previews

Background-origin CSS3 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>background-origin CSS3</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 CSS3 - 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;}
.box2{background-origin:padding-box;}
.box3{background-origin:content-box;}
Background-origin CSS3 - Script Codes
Background-origin CSS3 - Script Codes
Home Page Home
Developer Elad Shechter
Username elad2412
Uploaded July 13, 2022
Rating 3
Size 1,648 Kb
Views 50,600
Do you need developer help for Background-origin CSS3?

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 blog posts 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!