diff options
Diffstat (limited to 'files/ko/web/css/text-shadow/index.html')
-rw-r--r-- | files/ko/web/css/text-shadow/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/web/css/text-shadow/index.html b/files/ko/web/css/text-shadow/index.html index 7943e8898f..52647883a4 100644 --- a/files/ko/web/css/text-shadow/index.html +++ b/files/ko/web/css/text-shadow/index.html @@ -41,7 +41,7 @@ text-shadow: unset;</code></pre> <p>When more than one shadow is given, shadows are applied front-to-back, with the first-specified shadow on top.</p> -<p>This property applies to both {{cssxref("::first-line")}} and {{cssxref("::first-letter")}} <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements">pseudo-elements</a>.</p> +<p>This property applies to both {{cssxref("::first-line")}} and {{cssxref("::first-letter")}} <a href="/en-US/docs/Web/CSS/Pseudo-elements">pseudo-elements</a>.</p> <h3 id="Values" name="Values">값</h3> @@ -121,5 +121,5 @@ text-shadow: unset;</code></pre> Gecko has a bug whereby {{cssxref("transition")}}s will not work when transitioning from a <code>text-shadow</code> with a color specified to a <code>text-shadow</code> without a color specified ({{bug(726550)}}). This has been fixed in Firefox's new parallel CSS engine (also known as <a href="https://wiki.mozilla.org/Quantum">Quantum CSS</a> or <a href="https://wiki.mozilla.org/Quantum/Stylo">Stylo</a>, planned for release in Firefox 57). <h2 id="See_also">See also</h2> - <a href="https://cssgenerator.org/text-shadow-css-generator.html">Text Shadow CSS Generator</a> - An interactive text shadow CSS generator. {{cssxref("box-shadow")}} The {{cssxref("<color>")}} data type (for specifying the shadow color) <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Applying_color">Applying color to HTML elements using CSS</a></dt> + <a href="https://cssgenerator.org/text-shadow-css-generator.html">Text Shadow CSS Generator</a> - An interactive text shadow CSS generator. {{cssxref("box-shadow")}} The {{cssxref("<color>")}} data type (for specifying the shadow color) <a href="/en-US/docs/Web/HTML/Applying_color">Applying color to HTML elements using CSS</a></dt> </dl> |