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
CSS3 Magic
Search
Bermon Painter
March 10, 2012
Programming
6
730
CSS3 Magic
A quick rundown of some of the new features in CSS3. Notes here:
https://gist.github.com/2011288
Bermon Painter
March 10, 2012
Tweet
Share
More Decks by Bermon Painter
See All by Bermon Painter
Behavioural Science + Product Innovation = ❤️
bermonpainter
0
530
Haciendo una inmersión profunda con el JAMStack y Vue.js
bermonpainter
0
340
Pensamiento de Diesño: Desarrollar Ideas a la Implementación
bermonpainter
0
310
Design Thinking: Ideas to Implementation
bermonpainter
0
660
Product Development with Vue.js and a Headless CMS
bermonpainter
0
430
Successfully Hire, Mentor, Retain and Lead Teams
bermonpainter
2
390
Crafting Successful UX Strategies
bermonpainter
0
1.3k
The Fallacy of Digital Transformation
bermonpainter
0
490
Design Thinking: Ideas to Implementation
bermonpainter
3
1.5k
Other Decks in Programming
See All in Programming
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
150
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
150
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
140
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
290
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
4
1.3k
Agentic AI: Evolution oder Revolution
mobilelarson
PRO
0
180
CSC307 Lecture 14
javiergs
PRO
0
470
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
270
Everything Claude Code OSS詳細 — 5層構造の中身と導入方法
targe
0
110
OTP を自動で入力する裏技
megabitsenmzq
0
110
ふつうの Rubyist、ちいさなデバイス、大きな一年
bash0c7
0
950
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
550
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.7k
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
270
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.6k
4 Signs Your Business is Dying
shpigford
187
22k
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.4k
Winning Ecommerce Organic Search in an AI Era - #searchnstuff2025
aleyda
1
1.9k
Are puppies a ranking factor?
jonoalderson
1
3.1k
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
390
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
470
New Earth Scene 8
popppiees
1
1.7k
Git: the NoSQL Database
bkeepers
PRO
432
66k
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
0
240
Transcript
CSS3 MAgic Saturday, March 10, 12
GRaceful degradation Saturday, March 10, 12
Progressive enhancement Saturday, March 10, 12
1. Content Saturday, March 10, 12
2. Presentation Saturday, March 10, 12
3. INTERACTIONS Saturday, March 10, 12
New Selectors Saturday, March 10, 12
Sibling Selector h1 ~ p Saturday, March 10, 12
Attribute Selector img[src^=icon] Saturday, March 10, 12
Attribute Selector img[src$=png] Saturday, March 10, 12
Attribute Selector img[src*=document] Saturday, March 10, 12
Psuedo Classes div:empty Saturday, March 10, 12
Psuedo Classes :enabled, :disabled, :checked Saturday, March 10, 12
Psuedo Classes p:first-of-type Saturday, March 10, 12
Psuedo Classes li:last-child Saturday, March 10, 12
Psuedo Classes strong *:not(span) Saturday, March 10, 12
Psuedo Classes :nth-child(3n) Saturday, March 10, 12
Psuedo Classes p:nth-of-type(3n) Saturday, March 10, 12
Psuedo Classes p:nth-last-child() Saturday, March 10, 12
Psuedo Classes p:nth-last-of-type() Saturday, March 10, 12
Psuedo Classes p:only-child Saturday, March 10, 12
Psuedo Classes p:only-of-type Saturday, March 10, 12
Psuedo Classes ::selection Saturday, March 10, 12
Psuedo Classes :target Saturday, March 10, 12
New CSS3 Declarations Saturday, March 10, 12
Declarations background-clip Saturday, March 10, 12
Declarations background-size Saturday, March 10, 12
Declarations background-image (multiples) Saturday, March 10, 12
Declarations border-radius Saturday, March 10, 12
Declarations box-shadow Saturday, March 10, 12
Declarations columns & grids Saturday, March 10, 12
Declarations opacity Saturday, March 10, 12
Declarations resize Saturday, March 10, 12
Declarations text-overflow Saturday, March 10, 12
Declarations text-shadow Saturday, March 10, 12
EXAMPLES https://gist.github.com/2011288 Saturday, March 10, 12