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
240
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
160
Go home, Prettifier, you’re drunk!!
gunnarbittersmann
0
110
3 Fehler sind zu finden
gunnarbittersmann
0
190
TIL that the future :has already begun
gunnarbittersmann
0
130
TIL how to clear floats
gunnarbittersmann
0
120
TIL about showModal (from small things big things one day come)
gunnarbittersmann
0
130
Inclusive Design 24 2022 – Gunnar’s picks
gunnarbittersmann
0
100
The color rebeccapurple
gunnarbittersmann
0
180
Mehrsprachige Websites
gunnarbittersmann
0
110
Other Decks in Programming
See All in Programming
生成 AI 時代のスナップショットテストってやつを見せてあげますよ(α版)
ojun9
0
230
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
280
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
550
モジュラモノリスにおける境界をGoのinternalパッケージで守る
magavel
0
3.6k
AIコードレビューの導入・運用と AI駆動開発における「AI4QA」の取り組みについて
hagevvashi
0
500
API Platformを活用したPHPによる本格的なWeb API開発 / api-platform-book-intro
ttskch
1
140
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
390
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
560
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
1.1k
Windows on Ryzen and I
seosoft
0
300
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
400
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
8.1k
Featured
See All Featured
GitHub's CSS Performance
jonrohan
1032
470k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
220
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
210
Claude Code のすすめ
schroneko
67
220k
Making the Leap to Tech Lead
cromwellryan
135
9.8k
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
92
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
It's Worth the Effort
3n
188
29k
Making Projects Easy
brettharned
120
6.6k
Darren the Foodie - Storyboard
khoart
PRO
3
2.9k
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