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
Flexbox - some magic tricks with CSS
Search
Cheesecake Labs
June 28, 2018
Programming
0
93
Flexbox - some magic tricks with CSS
Ilê Caian
Cheesecake Labs
June 28, 2018
Tweet
Share
More Decks by Cheesecake Labs
See All by Cheesecake Labs
Cats' wellness & care
cheesecakelabs
0
58
How do we create the first impressions?
cheesecakelabs
0
67
Menstrual cup: suit and freedom
cheesecakelabs
0
82
Life is a cycle, better with a bicycle
cheesecakelabs
0
68
Interview Process: how to get the best of people
cheesecakelabs
1
100
My capsule wardrobe experience
cheesecakelabs
3
76
Stonewall Rebellion and its impact on LGBTQIA+ history
cheesecakelabs
1
55
Pregnancy, childbirth and breastfeeding: What do I have to do with it?
cheesecakelabs
0
55
MBTI - Psychological types described by Jung
cheesecakelabs
0
150
Other Decks in Programming
See All in Programming
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
290
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
150
Docコメントで始める簡単ガードレール
keisukeikeda
1
120
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
380
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
550
AI時代のシステム設計:ドメインモデルで変更しやすさを守る設計戦略
masuda220
PRO
5
1k
SourceGeneratorのマーカー属性問題について
htkym
0
200
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
2.3k
AI 開発合宿を通して得た学び
niftycorp
PRO
0
120
AWS×クラウドネイティブソフトウェア設計 / AWS x Cloud-Native Software Design
nrslib
16
3.2k
nilとは何か 〜interfaceの構造とnil!=nilから理解する〜
kuro_kurorrr
3
1.9k
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
130
Featured
See All Featured
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
55k
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
64
53k
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
410
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
100
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
320
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
200
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
480
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
Transcript
None
Flexbox Some magic tricks with CSS
Cascading Style Sheets is a style sheet language used for
describing the presentation of a document written in a markup language like HTML. CSS
None
Flexbox
Flexbox(Flexible Box Layout Module) is a Box Layout Module and
makes it easier to design flexible responsive layout structure without using float or positioning. • flex-direction • justify-content • align-items Flexbox
TIME TO CODE
None