I'm learning CSS. (我正在学习CSS。) How to style input and submit button with CSS? (如何使用CSS设置输入和提交按钮的样式?)
I'm trying create something like this but I have no idea how to do (我正在尝试创建这样的东西,但我不知道该怎么做)
<form action="#" method="post">
Name <input type="text" placeholder="First name"/>
<input type="text" placeholder="Last name"/>
Email <input type="text"/>
Message <input type="textarea"/>
<input type="submit" value="Send"/>
</form>
ask by user2307683 translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…