Drop-shadow vs box-shadow (2)

Developer
Size
2,026 Kb
Views
38,456

How do I make an drop-shadow vs box-shadow (2)?

Diferencias. What is a drop-shadow vs box-shadow (2)? How do you make a drop-shadow vs box-shadow (2)? This script and codes were developed by Kseso on 23 August 2022, Tuesday.

Drop-shadow vs box-shadow (2) Previews

Drop-shadow vs box-shadow (2) - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Drop-shadow vs box-shadow (2)</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="tri drop-shadow">filter: drop-shadow</div>
<div class="tri box-shadow">box-shadow</div>
<div style="clear:both"></div>
<div class="flecha drop-shadow"></div>
<div class="flecha box-shadow"></div> <script src="js/index.js"></script>
</body>
</html>

Drop-shadow vs box-shadow (2) - Script Codes CSS Codes

body{ background: #D5D5D5; font-family: museo-300; font-size: 1.5rem; text-align: center;
}
.tri, .flecha {display: inline-block;margin: 15px;}
.tri {
text-align: left;
width: 250px;
height: 100px;
background: #fff;
position: relative;
padding: 15px;
box-sizing: border-box;
}
.tri:after {
content:'';
height: 0;
width: 0;
border-width: 20px 20px 20px 0;
border-style: solid;
border-color: rgba(255,255,255,0) rgba(255,255,255,1) rgba(255,255,255,0) rgba(255,255,255,0);
position: absolute;
top: 15px;
left: -20px;
}
.flecha { position: relative; margin: -20px 110px 0; width: 0; height: 0; border-top: 90px solid transparent; border-right: 90px solid #FFC000; -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -ms-transform: rotate(10deg); -o-transform: rotate(10deg);
}
.flecha:after { content: ""; position: absolute; border: 0 solid transparent; border-top: 30px solid #FFC000; border-radius: 200px 0 0 0; top: -119px; left: -98px; width: 120px; height: 120px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg);
}
.drop-shadow {	-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5)); filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5));	}
.box-shadow {box-shadow: 0px 0px 10px rgba(0,0,0,.5)}

Drop-shadow vs box-shadow (2) - Script Codes JS Codes

//Diferencias entre ambos
Drop-shadow vs box-shadow (2) - Script Codes
Drop-shadow vs box-shadow (2) - Script Codes
Home Page Home
Developer Kseso
Username Kseso
Uploaded August 23, 2022
Rating 4.5
Size 2,026 Kb
Views 38,456
Do you need developer help for Drop-shadow vs box-shadow (2)?

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!

Kseso (Kseso) Script Codes
Create amazing SEO content 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!