Skip to content

Instantly share code, notes, and snippets.

View iotale's full-sized avatar
🎯
Focusing

struggle_ale iotale

🎯
Focusing
View GitHub Profile
@iotale
iotale / index.html
Created January 20, 2021 14:29 — forked from feo52/index.html
css hacks 2018/01/01
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<title>css hack</title>
<style>
body { font-family: monospace; }
/* IE11 */ _:-ms-lang(x)::-ms-backdrop, .selector-0000 { color: blue; }
@iotale
iotale / rem.js
Created April 19, 2018 07:08 — forked from fwon/rem.js
/*
* rem.js
* v0.1.1
* fixed 2015-3-12
*/
(function (win){
var doc = win.document,
html = doc.documentElement,
option = html.getAttribute('data-use-rem');