CSS Triangle Shadow

Developer
Size
1,714 Kb
Views
8,096

How do I make an css triangle shadow?

Pretty simple concept...explained it here: http://adamstanford.net/css-triangle-with-shadow/. What is a css triangle shadow? How do you make a css triangle shadow? This script and codes were developed by Adam on 27 December 2022, Tuesday.

CSS Triangle Shadow Previews

CSS Triangle Shadow - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Triangle Shadow</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="menu">Cool Menu</div>
</body>
</html>

CSS Triangle Shadow - Script Codes CSS Codes

body { height:100%; width:100%; background-color:#EEE;
}
.menu { position:absolute; top:50%; left:50%; height:100px; width:150px; background-color:#FFF; box-shadow:rgba(0,0,0, 0.2) 0px 1px 3px; border-radius:5px; margin:-50px 0 0 -75px; text-align:center; line-height:100px; font-family:sans-serif; font-weight:200; font-size:10pt; color:#AAA;
}
.menu:before { position:absolute; top:-10px; right:10px; content: ''; width: 0; height: 0;	border-left: 10px solid transparent;	border-right: 10px solid transparent;	border-bottom: 10px solid white; z-index:2;
}
.menu:after { position:absolute; top:-12px; right:8px; content: ''; width: 0; height: 0;	border-left: 12px solid transparent;	border-right: 12px solid transparent;	border-bottom: 12px solid rgba(0,0,0, 0.03); z-index:1;
}
CSS Triangle Shadow - Script Codes
CSS Triangle Shadow - Script Codes
Home Page Home
Developer Adam
Username adamjacob
Uploaded December 27, 2022
Rating 3
Size 1,714 Kb
Views 8,096
Do you need developer help for CSS Triangle Shadow?

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!

Adam (adamjacob) Script Codes
Name
Simple Poll UI
Loading...
Water
Emojify It
A Pen by Adam
Weather Widget
Hover Menu
Inline SVG with ReactJS
Blog Card
Loading
Create amazing Facebook ads 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!