< ( 4 ) 일정 영역 가로스크롤 만들기 >



// html

<ul>
  <li>안녕</li>
  <li>안녕</li>
  <li>안녕</li>
  <li>안녕</li>
</ul>

// css

ul{ width:300px; overflow-x:scroll; white-space:nowrap;}
li{display:inline-block; font-size:40px;}




+ Recent posts