-
Notifications
You must be signed in to change notification settings - Fork 790
Expand file tree
/
Copy pathbg-repeat-desc.html
More file actions
29 lines (22 loc) · 889 Bytes
/
bg-repeat-desc.html
File metadata and controls
29 lines (22 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title>Long description for background pattern</title>
</head>
<body>
<h1>Long description for background pattern</h1>
<P>This diagram illustrates how a background image may
be repeated within the content and padding areas
of a box.
<P>In this example, a background image is first centered within
a box (established by the BODY element of the example). The box
contains paragraphs of text, shown in gray to make them
discrete.
<P>The image, a blue wavy line on a pale yellow background,
is then repeated vertically, to the top and bottom of
the BODY box. The effect is to create a wavy band down the
center of the page.
<P><a href="../../colors.html#img-bg-repeat">Return to image.</a>
</body>
</html>