ul {
text-align: justify;
text-justify: distribute-all-lines;
}
ul:after {
content:"";
display: inline-block;
width: 100%;
line-height:0;
height: 0;
}
li {
display: inline-block;
}
web メモ
ul {
text-align: justify;
text-justify: distribute-all-lines;
}
ul:after {
content:"";
display: inline-block;
width: 100%;
line-height:0;
height: 0;
}
li {
display: inline-block;
}