-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex3.html
96 lines (83 loc) · 2.04 KB
/
index3.html
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<style>
/* .container {
background-color: gray;
}
main {
height: 100vh;
background-color: gray;
}
section {
height: 500px;
}
#section--1 {
background-color: red;
}
#section--2 {
background-color: yellow;
}
#section--3 {
background-color: green;
}
#section--4 {
background-color: burlywood;
} */
div {
padding: 40px;
border: 2px solid black;
}
</style>
</head>
<body>
<!-- <h1 id="heading-1" style="color: aqua">Heading 1</h1>
<div class="container">
<h2>Heading 2</h2>
</div>
<section class="section">Lorem ipsum dolor sit amet.</section>
<section class="section">Lorem ipsum dolor sit amet.</section>
<section class="section">Lorem ipsum dolor sit amet.</section>
<button>REad More</button>
<button>REad More</button>
<button>REad More</button>
<div id="container"></div>
<img
src="dice-1.png"
alt=""
abhishek="1"
data-edit="1"
data-version="1.0"
/> -->
<!-- <main>
<button>Go Down</button>
</main>
<section id="section--1"></section>
<section id="section--2"></section>
<section id="section--3"></section>
<section id="section--4"></section> -->
<!-- <button onclick="handleClick()">Click Me!</button> -->
<!-- <input type="text"> -->
<!-- <div data-id="1" id="first">
1
<div data-id="2" id="second">
2
<div data-id="3" id="third">
3
<div data-id="4" id="fourth">4</div>
</div>
</div> -->
<!-- </div> -->
<!--
<div>
<h1>Heading</h1>
<span>Span</span>
<p>Para</p>
</div> -->
<script src="script8.js"></script>
</body>
</html>