Skip to content

Instantly share code, notes, and snippets.

View pmdartus's full-sized avatar
🤣

Pierre-Marie Dartus pmdartus

🤣
View GitHub Profile
@pmdartus
pmdartus / index.html
Created June 12, 2016 07:19 — forked from anonymous/index.html
Inner Button Step counter using flexbox // source https://jsbin.com/gorelu
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Step counter using flexbox">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Inner Button</title>
<style id="jsbin-css">
.stepper-input {
display: flex;
@pmdartus
pmdartus / index.html
Created June 12, 2016 07:35 — forked from anonymous/index.html
JS Bin Site header using flexbox // source https://jsbin.com/rekilad
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Site header using flexbox">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
html {
font-family: arial, san-serif;
@pmdartus
pmdartus / index.html
Created June 12, 2016 08:54 — forked from anonymous/index.html
JS Bin Card group with vertical alignment // source https://jsbin.com/powosu
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Card group with vertical alignment">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
html {
font-family: sans-serif