css 부동과 텍스트 넘침 지우기

487 단어
텍스트 오버플로우...어떤 css 스타일
//    ,  width   
.overflow{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}```

도약하다      
------------------------------------------------------------------------


    
---------------------------------------------------------

.clearfix:after { content: ""; display: block; clear: both; height: 0; } .clearfix { zoom: 1; }```

좋은 웹페이지 즐겨찾기