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
45
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
18
Lochkartenprogrammierung mit CSS
briziel
0
20
Other Decks in Programming
See All in Programming
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
760
All About Angular's New Signal Forms
manfredsteyer
PRO
0
140
詳しくない分野でのVibe Codingで困ったことと学び/vibe-coding-in-unfamiliar-area
shibayu36
3
4.9k
CSC509 Lecture 03
javiergs
PRO
0
340
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
830
CSC509 Lecture 05
javiergs
PRO
0
300
dynamic!
moro
10
7.8k
CSC305 Lecture 03
javiergs
PRO
0
240
Django Ninja による API 開発効率化とリプレースの実践
kashewnuts
0
1.3k
CI_CD「健康診断」のススメ。現場でのボトルネック特定から、健康診断を通じた組織的な改善手法
teamlab
PRO
0
210
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
510
Web Components で実現する Hotwire とフロントエンドフレームワークの橋渡し / Bridging with Web Components
da1chi
3
2.4k
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Thoughts on Productivity
jonyablonski
70
4.9k
Making Projects Easy
brettharned
119
6.4k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.9k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Building Adaptive Systems
keathley
43
2.8k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
590
Context Engineering - Making Every Token Count
addyosmani
6
240
Become a Pro
speakerdeck
PRO
29
5.5k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
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