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
470
Haciendo una inmersión profunda con el JAMStack y Vue.js
bermonpainter
0
310
Pensamiento de Diesño: Desarrollar Ideas a la Implementación
bermonpainter
0
270
Design Thinking: Ideas to Implementation
bermonpainter
0
610
Product Development with Vue.js and a Headless CMS
bermonpainter
0
390
Successfully Hire, Mentor, Retain and Lead Teams
bermonpainter
2
350
Crafting Successful UX Strategies
bermonpainter
0
1.2k
The Fallacy of Digital Transformation
bermonpainter
0
420
Design Thinking: Ideas to Implementation
bermonpainter
3
1.4k
Other Decks in Programming
See All in Programming
AIネイティブなプロダクトをGolangで挑む取り組み
nmatsumoto4
0
120
技術懸念に立ち向かい 法改正を穏便に乗り切った話
pop_cashew
0
1.5k
「ElixirでIoT!!」のこれまでとこれから
takasehideki
0
370
生成AIコーディングとの向き合い方、AIと共創するという考え方 / How to deal with generative AI coding and the concept of co-creating with AI
seike460
PRO
1
320
FormFlow - Build Stunning Multistep Forms
yceruto
1
190
Webからモバイルへ Vue.js × Capacitor 活用事例
naokihaba
0
730
ASP.NETアプリケーションのモダナイズ インフラ編
tomokusaba
1
390
A2A プロトコルを試してみる
azukiazusa1
2
750
Cline指示通りに動かない? AI小説エージェントで学ぶ指示書の書き方と自動アップデートの仕組み
kamomeashizawa
1
550
GraphRAGの仕組みまるわかり
tosuri13
7
450
第9回 情シス転職ミートアップ 株式会社IVRy(アイブリー)の紹介
ivry_presentationmaterials
1
190
関数型まつりレポート for JuliaTokai #22
antimon2
0
130
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
52
7.6k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
34k
YesSQL, Process and Tooling at Scale
rocio
173
14k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Building a Modern Day E-commerce SEO Strategy
aleyda
41
7.3k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
660
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Practical Orchestrator
shlominoach
188
11k
Speed Design
sergeychernyshev
31
1k
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