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
91
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
49
How do we create the first impressions?
cheesecakelabs
0
53
Menstrual cup: suit and freedom
cheesecakelabs
0
57
Life is a cycle, better with a bicycle
cheesecakelabs
0
51
Interview Process: how to get the best of people
cheesecakelabs
1
81
My capsule wardrobe experience
cheesecakelabs
3
58
Stonewall Rebellion and its impact on LGBTQIA+ history
cheesecakelabs
1
37
Pregnancy, childbirth and breastfeeding: What do I have to do with it?
cheesecakelabs
0
45
MBTI - Psychological types described by Jung
cheesecakelabs
0
130
Other Decks in Programming
See All in Programming
事業戦略を理解してソフトウェアを設計する
masuda220
PRO
22
6.2k
Datadog RUM 本番導入までの道
shinter61
1
310
統一感のある Go コードを生成 AI の力で手にいれる
otakakot
0
3k
XP, Testing and ninja testing
m_seki
2
120
型付きアクターモデルがもたらす分散シミュレーションの未来
piyo7
0
800
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
2
630
エラーって何種類あるの?
kajitack
5
270
A2A プロトコルを試してみる
azukiazusa1
2
820
既存デザインを変更せずにタップ領域を広げる方法
tahia910
1
240
複数アプリケーションを育てていくための共通化戦略
irof
10
4k
Bytecode Manipulation 으로 생산성 높이기
bigstark
2
360
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
160
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Being A Developer After 40
akosma
90
590k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
34k
Gamification - CAS2011
davidbonilla
81
5.3k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
4
200
Building Adaptive Systems
keathley
43
2.6k
A better future with KSS
kneath
239
17k
Building a Modern Day E-commerce SEO Strategy
aleyda
41
7.3k
Stop Working from a Prison Cell
hatefulcrawdad
270
20k
Automating Front-end Workflow
addyosmani
1370
200k
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