aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/css/background-repeat/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/css/background-repeat/index.html')
-rw-r--r--files/ko/web/css/background-repeat/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/files/ko/web/css/background-repeat/index.html b/files/ko/web/css/background-repeat/index.html
index 5183ad67d6..b06a5f8b30 100644
--- a/files/ko/web/css/background-repeat/index.html
+++ b/files/ko/web/css/background-repeat/index.html
@@ -110,8 +110,7 @@ background-repeat: unset;
<h2 id="형식_구문">형식 구문</h2>
-<pre class="syntaxbox notranslate">{{csssyntax}}
-</pre>
+{{csssyntax}}
<h2 id="예제">예제</h2>
@@ -181,7 +180,7 @@ div {
/* Multiple images */
.seven {
background-image: url(https://mdn.mozillademos.org/files/12005/starsolid.gif),
- url(https://developer.cdn.mozilla.net/media/redesign/img/favicon32.png);
+ url(https://developer.mozilla.org/static/img/favicon32.png);
background-repeat: repeat-x,
repeat-y;
height: 144px;