Skip to content

Instantly share code, notes, and snippets.

View Largo's full-sized avatar
💭
💎 Ruby Kaigi 2024 was really cool 💎

Andi Idogawa Largo

💭
💎 Ruby Kaigi 2024 was really cool 💎
View GitHub Profile
@Largo
Largo / index.html
Created January 22, 2016 14:59 — forked from anonymous/index.html
Whole lot of shaking going on // source http://jsbin.com/hitabi
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<meta charset="utf-8">
<title>Whole lot of shaking going on</title>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/animate.css/3.1.1/animate.min.css" />
<style id="jsbin-css">
.box {
@Largo
Largo / index.html
Created January 22, 2016 14:58 — forked from anonymous/index.html
Editor // source http://jsbin.com/yinuyu
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<meta charset="utf-8">
<title>Editor</title>
<style id="jsbin-css">
* { box-sizing: border-box }