Skip to content

Instantly share code, notes, and snippets.

View sangress's full-sized avatar
💾
coding

Shai Angress sangress

💾
coding
View GitHub Profile
@sangress
sangress / index.html
Last active May 30, 2016 19:00
flexbox - goat gallery
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="flexbox with scroll">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div class="flex">
@sangress
sangress / index.html
Last active August 29, 2015 14:22 — forked from jtrussell/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Angular JS</title>
</head>
<body ng-app="jsbin">
<div ng-controller="DemoCtrl as demo">
<h1>Hello {{demo.name}}</h1>
</div>