Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Punchcard Coding in Css [EN / Lightning Version]
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Fabricius Seifert
April 22, 2018
Programming
0
46
Punchcard Coding in Css [EN / Lightning Version]
Fabricius Seifert
April 22, 2018
Tweet
Share
More Decks by Fabricius Seifert
See All by Fabricius Seifert
3D in CSS
briziel
1
19
Lochkartenprogrammierung mit CSS
briziel
0
21
Other Decks in Programming
See All in Programming
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
130
The free-lunch guide to idea circularity
hollycummins
0
230
脱 雰囲気実装!AgentCoreを良い感じにWEBアプリケーションに組み込むために
takuyay0ne
1
100
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
400
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
150
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
270
AI時代のシステム設計:ドメインモデルで変更しやすさを守る設計戦略
masuda220
PRO
5
1k
20260313 - Grafana & Friends Taipei #1 - Kubernetes v1.36 的開發雜記:那些困在 Alpha 加護病房太久的 Metrics
tico88612
0
200
[SF Ruby Feb'26] The Silicon Heel
palkan
0
110
Docコメントで始める簡単ガードレール
keisukeikeda
1
120
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
240
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
390
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Prompt Engineering for Job Search
mfonobong
0
190
Navigating Weather and Climate Data
rabernat
0
140
Mobile First: as difficult as doing things right
swwweet
225
10k
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
92
Music & Morning Musume
bryan
47
7.1k
Agile that works and the tools we love
rasmusluckow
331
21k
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
1
2.4k
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
480
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.5k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
Transcript
PUNCHCARD CODING IN CSS
None
@briziel
state @briziel
<input type=“checkbox“> input:checked { property: value; } @briziel
<input type=“radio“> input:checked { property: value; } @briziel
WARNING! The following demos features hacks created either by professionals
or under supervision of professionals. Accordingly, I must insist that no one attempt to deploy any hacks of this demos to production of your customer @briziel
Toggle @briziel
<input type=“checkbox“ id=“checkbox1“> <label id=“label1“ for=“checkbox1“> <!-- clickable elements -->
</label> <div class=“entry1“> <!-- everything that should react --> </div> @briziel
Counter @briziel
animated gifs ♥ @briziel
@briziel
255 0 @briziel
.pixel { mix-blend-mode: screen; } @briziel
@briziel
@briziel
@briziel
@briziel
single page application @briziel
Thank you! @briziel
• toggle: https://codepen.io/briziel/pen/YQoKmw • pixel: https://codepen.io/briziel/full/gRVvGV • pixelmatrix: https://codepen.io/briziel/full/bRXPMo •
more complex examples: https://github.com/briziel/css- punchcard-coding