Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ <h3>Units &amp; Sizes</h3>
<div id="css-colors" class="section level3 unnumbered">
<h3>Colors</h3>
<p>Colors of CSS properties can be specified in a few different ways.</p>
<p>You can use one of a list of 140 <a href="http://www.w3schools.com/cssref/css_colornames.asp">predefined color names</a>:</p>
<p>You can use one of a list of 140 <a href="https://www.w3schools.com/tags/ref_colornames.asp">predefined color names</a>:</p>
<pre class="language-css"><code><span class="token selector">p</span> <span class="token punctuation">{</span>
<span class="token property">color</span><span class="token punctuation">:</span> mediumpurple<span class="token punctuation">;</span>
<span class="token punctuation">}</span></code></pre>
Expand Down