I have a Wordpress plugin which I don't want to touch, so I'm hoping my goal can be achieved with CSS only. I have fiddled (no pun intended) with the CSS in Chrome Developer Tool but ended up with a mess all the time.
What I want is the label to be on top of the input field. "On top" meaning Z- not Y-axis. Below is the HTML structure. Thanks in advance for picking on your brains.
<p>
<label>Name<br>
<span>
<input type="text" name="your-name" value="" size="40">
</span>
</label>
</p>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…