Skip to content

Instantly share code, notes, and snippets.

View teethnclaws's full-sized avatar
🐅

Megan Charles teethnclaws

🐅
View GitHub Profile
@teethnclaws
teethnclaws / custom-google-form-using-bootstrap.markdown
Last active August 2, 2022 03:57
Custom Google Form using Bootstrap
@teethnclaws
teethnclaws / index.html
Created March 5, 2019 02:27
JS Bin align-content // source https://jsbin.com/zugemav
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="align-content">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.container{
display: flex;
@teethnclaws
teethnclaws / index.html
Created March 5, 2019 02:24
JS Bin align-items // source https://jsbin.com/lahurew
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="align-items">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.container{
display: flex;
@teethnclaws
teethnclaws / index.html
Created March 5, 2019 02:20
JS Bin flex-direction // source https://jsbin.com/bohateb
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="flex-direction">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.container{
display: flex;
@teethnclaws
teethnclaws / index.html
Created March 5, 2019 02:16
JS Bin justify-content start // source https://jsbin.com/copopir
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="justify-content start">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.container{
display: flex;
@teethnclaws
teethnclaws / index.html
Created March 5, 2019 02:14
JS Bin justify-content start // source https://jsbin.com/copopir
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="justify-content start">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.container{
display: flex;
@teethnclaws
teethnclaws / index.html
Created March 5, 2019 02:08
JS Bin flex-wrap start // source https://jsbin.com/tocuhaw
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="flex-wrap start">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.container{
display: flex;
@teethnclaws
teethnclaws / index.html
Created March 5, 2019 01:55
Flexbox Intro Flexbox Intro Start // source https://jsbin.com/powiya/2
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Flexbox Intro Start">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Flexbox Intro</title>
<style id="jsbin-css">
.container {
border: 4px solid red;
<div class="wrapper">
<h1>Parallax Flipping Cards</h1>
<div class="cols">
<div class="col" ontouchstart="this.classList.toggle('hover');">
<div class="container">
<div class="front" style="background-image: url(https://unsplash.it/500/500/)">
<div class="inner">
<p>Diligord</p>
<span>Lorem ipsum</span>
</div>