Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
yurishimo
on March 11, 2021
|
parent
|
context
|
favorite
| on:
Why I don't like Tailwind CSS
Two lines
div { display: grid; place-items: center; }
runawaybottle
on March 11, 2021
|
next
[–]
Almost there. CSS spec people if you mingle with the common folk, take a look. Let’s get this down to 1 line.
Aardwolf
on March 12, 2021
|
parent
|
next
[–]
I mean, 2 could be fine, if it is one for vertical and one for horizontal...
Aardwolf
on March 12, 2021
|
prev
[–]
Seems to require also adding text-align: center to work on multiline text to get center-justified text
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
div { display: grid; place-items: center; }