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.
順序付けられていない垂直リストがあります..
<div> <ul> <li>home</li> <li>portfolio</li> <li>about</li> <li>contact</li> </ul> </div>
CSS:
div { width: 600px; } ul { text-align: center; }
私が本当に欲しいのは、リストを左揃えのテキストにし、ul を中央に水平に配置することです。その方法はありますか?