Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
have_faith
on July 17, 2020
|
parent
|
context
|
favorite
| on:
Things I wish I’d known about CSS
> block elements expand horizontally to take up a whole line (like a heading).
Unless of course you set an input to display: block....
runarberg
on July 17, 2020
[–]
Or anything for that matter with a non auto `width` other then `100%`.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Unless of course you set an input to display: block....