Skip to content

Instantly share code, notes, and snippets.

View EmirVelazquez's full-sized avatar
💻
Practice, Practice, Practice!

Emir Velazquez EmirVelazquez

💻
Practice, Practice, Practice!
View GitHub Profile
@EmirVelazquez
EmirVelazquez / box-shadow.html
Created February 15, 2020 07:35 — 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;
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help