.list-container { width:500px; background-color:darkseagreen; } .list-container ul { display:flex; justify-content:space-between; list-style:none; } ...
確定! 回上一頁