I’m almost done with my survey but the final textarea box refuses to vertically align. My placeholder text is sitting mid-way down the box instead of at the top left hand corner where I want it.
I’ve tried padding, vertical align and line height. Nothing moves at all.
I’m using
‘’’ #small-box::-webkit-input-placeholder {
}
‘’’
thing is, I can change the placeholder color and the horizontal alignment but vertically, it just sits staring at me, motionless.
Made my own workaround. I put it the height to 10px which means that the line of text is parallel with the top of the box then added padding-bottom: 90px to get a 100px height box with the text along the top line. Couldn’t find anything that worked online at all.