Skip to content

Instantly share code, notes, and snippets.

@JacobHsu
JacobHsu / dabblet.css
Created May 11, 2017 05:20 — forked from csssecrets/dabblet.css
Flexible background positioning
/**
* Flexible background positioning
* via extended background-position
*/
div {
background: url(http://csssecrets.io/images/code-pirate.svg)
no-repeat bottom right #58a;
background-position: right 20px bottom 10px;
@JacobHsu
JacobHsu / index.html
Last active February 9, 2017 05:37 — forked from anonymous/index.html
ES6 toUpperCase JS Bin// source https://jsbin.com/tesoqay
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<button id="main_button">click me</buttton>
<script id="jsbin-javascript">