-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 787 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Add, resize and manage multiple or single background image with and without parallex in sections."
/>
<title>Multiple Background Images</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<section class="cmn_sect single_bg_img"></section><!-- end of single_bg_img -->
<section class="cmn_sect parallex_bg_img"></section><!-- end of parallex_bg_img -->
<section class="cmn_sect multiple_bg_img"></section><!-- end of multiple_bg_img -->
<section class="cmn_sect overlay_bg_img"></section><!-- end of overlay_bg_img -->
</body>
</html>