In Chrome's dev tools, add a new CSS property to an element.
Add vertical-align
as the property. Press tab to start typing the value.
It's at this stage that I really wish I could see a list of all possible values for vertical-align. I feel like I just don't know the trick, because if you press T for example, you'll get a list of text-top
, text-bottom
, & top
.
How do I get that autocomplete list when I've entered no text yet?