Skip to content

Instantly share code, notes, and snippets.

View flipflop's full-sized avatar

Rozario Chivers flipflop

View GitHub Profile
@flipflop
flipflop / README.md
Created January 28, 2019 06:54
SCRIPT-8
@flipflop
flipflop / README.md
Created January 29, 2019 13:34
SCRIPT-8
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style>
body {
font-family: arial;
counter-reset: component-counter;
@flipflop
flipflop / index.html
Created February 21, 2019 12:40
Declarative React Layouts by Rozario Chivers // source https://jsbin.com/wizelen
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Declarative React Layouts by Rozario Chivers</title>
<style>
body {
font-family: arial;
counter-reset: component-counter;