Skip to content

Commit 2449bbf

Browse files
committed
Removed the text from the spread-blur.png image and put it in the HTML
source instead.
1 parent bc2af74 commit 2449bbf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

css3-background/Overview.src.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2920,6 +2920,14 @@ <h3 id="the-box-shadow">Drop Shadows: the 'box-shadow' property</h3>
29202920
<div class="example">
29212921
<p>The example below demonstrates the effects of spread and blur
29222922
on the shadow:</p>
2923+
<pre>
2924+
Width: <b>100px</b>; Height: <b>100px</b>;
2925+
Border: <b>12px solid blue</b>; Background-color: <b>orange</b>;
2926+
Border-top-left-radius: <b>60px 90px</b>;
2927+
Border-bottom-right-radius: <b>60px 90px</b>;
2928+
Box-shadow: <b>64px 64px 12px 40px rgba(0,0,0,0.4),
2929+
12px 12px 0px 8px rgba(0,0,0,0.4) inset</b>;
2930+
</pre>
29232931
<p class="figure">
29242932
<img src="spread-blur.png" alt="An example of spread and blur on a box with two round corners and two square ones">
29252933
</p>

0 commit comments

Comments
 (0)