Skip to content

Instantly share code, notes, and snippets.

View whoisjeeva's full-sized avatar
🎯
CEO / Founder of Codend.

Jeeva whoisjeeva

🎯
CEO / Founder of Codend.
View GitHub Profile
@whoisjeeva
whoisjeeva / box-shadow.html
Last active August 29, 2015 14:26 — forked from ocean90/box-shadow.html
CSS3 Box Shadow, only top/right/bottom/left and all
<!DOCTYPE html>
<html>
<head>
<title>Box Shadow</title>
<style>
.box {
height: 150px;
width: 300px;
margin: 20px;