css ul li 가로 정렬
컨텐츠 정보
- 17,850 조회
 - 0 추천
 - 목록
 
본문
1. If the text
ul {
list-style-type: none;
}
li {
display: inline;
}
2. If the image
ul {
overflow: auto;
}
li {
float: left;
}
관련자료
			댓글 0
					
			
				등록된 댓글이 없습니다.
			
					1. If the text
ul {
list-style-type: none;
}
li {
display: inline;
}
2. If the image
ul {
overflow: auto;
}
li {
float: left;
}