aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/html/element/div/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/html/element/div/index.html')
-rw-r--r--files/ko/web/html/element/div/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/web/html/element/div/index.html b/files/ko/web/html/element/div/index.html
index 3fd7ebd390..166ea7b0c3 100644
--- a/files/ko/web/html/element/div/index.html
+++ b/files/ko/web/html/element/div/index.html
@@ -85,14 +85,14 @@ translation_of: Web/HTML/Element/div
<h4 id="HTML">HTML</h4>
-<pre class="notranslate">&lt;div class="shadowbox"&gt;
+<pre class="brush: html notranslate">&lt;div class="shadowbox"&gt;
&lt;p&gt;Here's a very interesting note displayed in a
lovely shadowed box.&lt;/p&gt;
&lt;/div&gt;</pre>
<h4 id="CSS">CSS</h4>
-<pre class="notranslate">.shadowbox {
+<pre class="brush: css notranslate">.shadowbox {
width: 15em;
border: 1px solid #333;
box-shadow: 8px 8px 5px #444;