Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jqWidgetsフォームを水平方向の配置にする方法は? 私が試したのは:
<style> input { display: inline-block; }
さまざまな方法で整列できます
このようなことがあなたに役立つことを願っています:
input { display: block; width: 100px; margin: 0px auto; }
<center>または、タグに入れることができます:
<center>
<center> <form> <input type="text" /> </form> </center>
デモはこちら