Skip to content

Instantly share code, notes, and snippets.

View fakhrizaki's full-sized avatar

Fakhruddin Zakiuddin fakhrizaki

View GitHub Profile
@t8g
t8g / introduction webpack.md
Last active April 11, 2017 18:38
Webpack : introduction

Webpack

Installation

  • > mkdir projet && cd projet
  • > npm init
  • > npm i webpack --save-dev

Préparation

@ocean90
ocean90 / box-shadow.html
Last active April 11, 2024 13:54
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;