달력

52024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
@font-face {
font-family: Chunkfive; src: url('Chunkfive.otf');
}
 
body, .usertext {
color: #F0F0F0; background: #600;
font-family: Chunkfive, sans;
}
 
@import url(print.css);
@media print {
a[href^=http]::after {
content: attr(href)
}
}

https://highlightjs.org/download/

여기에서 파일 다운받아서 highlight.pack.js 와 css 파일 업로드 후 head 에 

<link rel="stylesheet" href="./images/androidstudio.css">
<script src="./images/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>

넣으심 됩니다.

<pre><code>
입력은 여기에 html 로 넣으심됩니다. 연습
</code></pre>


Posted by decompiler
|