Skip to content

Instantly share code, notes, and snippets.

View boywondercreative's full-sized avatar

shawn boywondercreative

View GitHub Profile
@boywondercreative
boywondercreative / box-shadow.html
Created May 23, 2019 21:51 — 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;