Skip to content

Instantly share code, notes, and snippets.

View weirdpattern's full-sized avatar

Patricio Trevino weirdpattern

View GitHub Profile
@weirdpattern
weirdpattern / test.html
Created September 2, 2021 21:05
Checkboxes and Radiobuttons
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Test</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<style>
input[type="radio"] ~ label,
set keymap vi-insert
Control-a: beginning-of-line
Control-b: backward-char
Control-d: delete-char
Control-e: end-of-line
Control-f: forward-char
Control-k: kill-line
Control-n: next-history
Control-p: previous-history
set keymap emacs-ctlx
2019-03-18.fancy-checkbox-and-radio-buttons
2019.03.05.wffm-success-message-override
2019.01.16.adding-content-via-css-attr
2019.01.14.calculating-values-in-css-with-calc
2019.01.11.pointer-accuracy-with-media-features
2019.01.10.css-browser-support
2019.01.09.script-loading-techniques
2018.11.28.rebase-a-pull-request