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 ve CSS2'deki Karşılıkları
Search
Halil İbrahim Nuroğlu
April 19, 2016
Programming
1
65
Flexbox ve CSS2'deki Karşılıkları
Flexbox'ın aldığı parametreler ve CSS2'deki karşılıkları nelerdir?
Halil İbrahim Nuroğlu
April 19, 2016
Tweet
Share
More Decks by Halil İbrahim Nuroğlu
See All by Halil İbrahim Nuroğlu
Bu İşlere Nereden Başlamalıyım?
haibnu
0
280
Other Decks in Programming
See All in Programming
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
180
Performance for Conversion! 分散トレーシングでボトルネックを 特定せよ
inetand
0
3.4k
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
3
1.5k
ユーザーも開発者も悩ませない TV アプリ開発 ~Compose の内部実装から学ぶフォーカス制御~
taked137
0
190
速いWebフレームワークを作る
yusukebe
5
1.7k
スケールする組織の実現に向けた インナーソース育成術 - ISGT2025
teamlab
PRO
2
170
API Platform 4.2: Redefining API Development
soyuka
0
220
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
1.3k
print("Hello, World")
eddie
2
530
個人軟體時代
ethanhuang13
0
330
Reading Rails 1.0 Source Code
okuramasafumi
0
250
Kiroで始めるAI-DLC
kaonash
2
630
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Bash Introduction
62gerente
615
210k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
3k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
The Cult of Friendly URLs
andyhume
79
6.6k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
RailsConf 2023
tenderlove
30
1.2k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
How to Ace a Technical Interview
jacobian
279
23k
Scaling GitHub
holman
463
140k
Agile that works and the tools we love
rasmusluckow
330
21k
Transcript
Yıllarca Beklenen Esnek Kahraman! F L E X B O
X
display:flex; .container
Kapsayıcı Özellikleri. Ör; .container veya .wrap 1. display: flex ve
inline-flex 2. flex-direction : row | row-reverse | column | column-reverse 3. flex-wrap : nowrap | wrap | wrap-reverse 4. flex-flow : <flex-direction> | <flex-wrap> (kısayol) 5. justify-content : flex-start | flex-end | center | space-between | space-around 6. align-items : stretch | flex-start | flex-end | center | baseline 7. align-content : stretch | flex-start | flex-end | center | space-between | space-around Flex Özellikleri
Öğe Özellikleri; Ör: .item 1. order : <sayı> 2. flex-grow
: <sayı> 3. flex-shrink : <sayı> 4. flex-basis : <yüzde> || <değer> || initial || auto || main-size 5. flex : <’flex-grow’> <’flex-shrink’> <’flex-basis’> (kısayol) 6. align-self : auto | flex-start | flex-end | center | baseline | stretch Flex Özellikleri
En Büyük Faydaları • Responsive tasarım yaklaşımı daha kolay •
Clearfix’siz bir Layout. • Dikey de ortalama ve hizalama bu özellik ile çok kolay.
Flex-direction
Flex-wrap
Justify-content
Align-items
Align-content
flex-grow, flex-shrink, align-self
Flex Layout (Holy Grail) http://codepen.io/team/css-tricks/pen/jqzNZq Desktop < 980px
10 -ms- Edge Firefox Chrome Opera Safari Android Browser iOS
Safari http://caniuse.com/#search=flex
Kaynaklar • https://css-tricks.com/snippets/css/a-guide-to-flexbox/ • http://flexboxfroggy.com/#tr • https://flexbox.webflow.com/ • http://kyusuf.com/post/almost-complete-guide-to-flexbox-without- flexbox
• http://flexboxgrid.com/ • http://flexboxin5.com/ • http://learnlayout.com/flexbox.html