Html & Script

css ul li 가로 정렬

페이지 정보

본문

1. If the text

ul {

   list-style-type: none;

}

 

li {

   display: inline;

}

 

 

2. If the image

ul {

   overflow: auto;

}

 

li {

   float: left;

}

관련자료

등록된 댓글이 없습니다.
Today's proverb
기다릴 수 있는 사람에게는 모든 일이 잘된다. (F.라블레)