Skip to content

Instantly share code, notes, and snippets.

View haddnin's full-sized avatar

Elizeo Benavidez haddnin

View GitHub Profile
@joshuakemmerling
joshuakemmerling / index.html
Created March 29, 2013 13:45
Pure CSS horizontal scrolling shadows
<!DOCTYPE html>
<html>
<head>
<style>
.scrollbox {
overflow: auto;
width: 200px;
max-height: 200px;
margin: 50px auto;