바뀜

108 바이트 추가됨 ,  2021년 10월 22일 (금) 16:28
image rendering
1번째 줄: 1번째 줄:  
/* 이 CSS 설정은 모바일 사이트를 사용하는 사용자에게 적용됩니다 */
 
/* 이 CSS 설정은 모바일 사이트를 사용하는 사용자에게 적용됩니다 */
 +
 +
img {
 +
  image-rendering: pixelated;
 +
  image-rendering: -moz-crisp-edges;
 +
  image-rendering: crisp-edges;
 +
}
    
#content {  
 
#content {  

편집

105,789