사용자:Isaac914/common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 14개는 보이지 않습니다)
4번째 줄: 4번째 줄:


}
}
html ,body
 
{
background: #6699ff url("http://imgur.com/wgU0DUu") no-repeat fixed right center / contain;
@media print {
  a[href]:after {
    content: normal;
  }
}
}

2015년 8월 20일 (목) 10:29 기준 최신판

body {

font-family: '맑은 고딕', sans-serif; 

}

 
@media print {
   a[href]:after {
     content: normal;
   }
}