Skip to content

Instantly share code, notes, and snippets.

View UcheSylvester's full-sized avatar
🚀

Uchenna Sylvester Okoro UcheSylvester

🚀
View GitHub Profile
@UcheSylvester
UcheSylvester / box-shadow.html
Created March 18, 2020 20:44 — 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;
@UcheSylvester
UcheSylvester / box-shadow.html
Created March 18, 2020 20:44 — 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;