From b7170b01b47a825d9de5664a0e8865ee5f655908 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 2 Jul 2024 18:39:58 -0400 Subject: Add FRP with propagators post. --- embeds/frp-color-picker/propagators.css | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 embeds/frp-color-picker/propagators.css (limited to 'embeds/frp-color-picker/propagators.css') diff --git a/embeds/frp-color-picker/propagators.css b/embeds/frp-color-picker/propagators.css new file mode 100644 index 0000000..1b803e2 --- /dev/null +++ b/embeds/frp-color-picker/propagators.css @@ -0,0 +1,38 @@ +body { + font-family: sans; + background-color: #fbfbfb; + margin: auto; + max-width: 20em; +} + +h1 { + text-align: center; +} + +.preview { + width: 50%; + margin-left: auto; + margin-right: auto; +} + +.hex { + text-align: center; + margin-top: 0.5em; +} + +fieldset { + margin-bottom: 1em; + margin-top: 1em; +} + +.color-block { + width: 100%; + aspect-ratio: 1; + border: 1px black solid; +} + +.slider { + display: grid; + grid-template-columns: 35% max-content; + grip-gap: 1em; +} -- cgit v1.2.3