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
Fabricius Seifert
April 22, 2018
Programming
0
44
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
17
Lochkartenprogrammierung mit CSS
briziel
0
19
Other Decks in Programming
See All in Programming
CloudflareのChat Agent Starter Kitで簡単!AIチャットボット構築
syumai
2
480
ProxyによるWindow間RPC機構の構築
syumai
3
1.2k
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
150
旅行プランAIエージェント開発の裏側
ippo012
2
900
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
100
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
1
200
速いWebフレームワークを作る
yusukebe
5
1.7k
Navigating Dependency Injection with Metro
zacsweers
3
260
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
440
1から理解するWeb Push
dora1998
7
1.9k
複雑なドメインに挑む.pdf
yukisakai1225
5
1.1k
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
510
Featured
See All Featured
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
Docker and Python
trallard
45
3.6k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
Context Engineering - Making Every Token Count
addyosmani
2
41
The Invisible Side of Design
smashingmag
301
51k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
A designer walks into a library…
pauljervisheath
207
24k
Automating Front-end Workflow
addyosmani
1370
200k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
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