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
720
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
500
Haciendo una inmersión profunda con el JAMStack y Vue.js
bermonpainter
0
320
Pensamiento de Diesño: Desarrollar Ideas a la Implementación
bermonpainter
0
280
Design Thinking: Ideas to Implementation
bermonpainter
0
630
Product Development with Vue.js and a Headless CMS
bermonpainter
0
410
Successfully Hire, Mentor, Retain and Lead Teams
bermonpainter
2
360
Crafting Successful UX Strategies
bermonpainter
0
1.2k
The Fallacy of Digital Transformation
bermonpainter
0
450
Design Thinking: Ideas to Implementation
bermonpainter
3
1.5k
Other Decks in Programming
See All in Programming
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
510
3年ぶりにコードを書いた元CTOが Claude Codeと30分でMVPを作った話
maikokojima
0
260
Claude CodeによるAI駆動開発の実践 〜そこから見えてきたこれからのプログラミング〜
iriikeita
0
240
CSC509 Lecture 03
javiergs
PRO
0
340
Claude Agent SDK を使ってみよう
hyshu
0
360
dynamic!
moro
10
8k
PHPに関数型の魂を宿す〜PHP 8.5 で実現する堅牢なコードとは〜 #phpcon_hiroshima / phpcon-hiroshima-2025
shogogg
1
230
なぜあの開発者はDevRelに伴走し続けるのか / Why Does That Developer Keep Running Alongside DevRel?
nrslib
3
410
株式会社 Sun terras カンパニーデック
sunterras
0
310
2分台で1500examples完走!爆速CIを支える環境構築術 - Kaigi on Rails 2025
falcon8823
3
3.7k
Writing Better Go: Lessons from 10 Code Reviews
konradreiche
0
1.3k
「ちょっと古いから」って避けてた技術書、今だからこそ読もう
mottyzzz
11
6.7k
Featured
See All Featured
How GitHub (no longer) Works
holman
315
140k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
33
2.3k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Mobile First: as difficult as doing things right
swwweet
224
10k
KATA
mclloyd
32
15k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
230
22k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Code Review Best Practice
trishagee
72
19k
Facilitating Awesome Meetings
lara
56
6.6k
It's Worth the Effort
3n
187
28k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
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