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
TIL about text-orientation
Search
Gunnar Bittersmann
January 06, 2020
Programming
0
230
TIL about text-orientation
Lightning talk on vertical text
Gunnar Bittersmann
January 06, 2020
Tweet
Share
More Decks by Gunnar Bittersmann
See All by Gunnar Bittersmann
Responsive typography 2
gunnarbittersmann
0
130
Go home, Prettifier, you’re drunk!!
gunnarbittersmann
0
92
3 Fehler sind zu finden
gunnarbittersmann
0
160
TIL that the future :has already begun
gunnarbittersmann
0
110
TIL how to clear floats
gunnarbittersmann
0
99
TIL about showModal (from small things big things one day come)
gunnarbittersmann
0
110
Inclusive Design 24 2022 – Gunnar’s picks
gunnarbittersmann
0
95
The color rebeccapurple
gunnarbittersmann
0
160
Mehrsprachige Websites
gunnarbittersmann
0
98
Other Decks in Programming
See All in Programming
AI時代のUIはどこへ行く?
yusukebe
18
8.9k
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
24
12k
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
320
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
150
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
130
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
2
230
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
120
今から始めるClaude Code入門〜AIコーディングエージェントの歴史と導入〜
nokomoro3
0
180
アルテニア コンサル/ITエンジニア向け 採用ピッチ資料
altenir
0
110
Namespace and Its Future
tagomoris
6
700
為你自己學 Python - 冷知識篇
eddie
1
350
速いWebフレームワークを作る
yusukebe
5
1.7k
Featured
See All Featured
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
GraphQLとの向き合い方2022年版
quramy
49
14k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
13k
Being A Developer After 40
akosma
90
590k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Transcript
TIL about text disorientation
YOURS TRULY
YOURS REALLY TRULY
YOURS REALLY REALLY T
YOURS REALLY REALLY TRULY
国际化活动W3C万维 ⽹联盟 writing-mode: horizontal-tb
国 际 化 活 动 W3C 万 维 ⽹ 联
盟 writing-mode: vertical-rl
YOURS REALLY REALLY TRULY footer { writing-mode: vertical-rl; }
footer { writing-mode: vertical-rl; transform: rotate(0.5turn); } YOURS REALLY REALLY
TRULY
© YOURS TRULY
© footer { writing-mode: vertical-rl; transform: rotate(0.5turn); } YOURS TRULY
国 际 化 活 动 W3C 万 维 ⽹ 联
盟 writing-mode: vertical-rl 国 W © Lo – Letter, other Lu – Letter, uppercase So – Symbol, other
© footer { writing-mode: vertical-rl; transform: rotate(0.5turn); } YOURS TRULY
© footer { writing-mode: vertical-rl; transform: rotate(0.5turn); text-orientation: sideways; }
YOURS TRULY
- TIL about text orientation