-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.11 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="./styles.css" />
</head>
<body>
<div class="container">
<div class="box">Box 1</div>
<div class="box">Box 2</div>
<div class="box">Box 3</div>
<div class="box">Box 4</div>
</div>
<div class="clear-box">
<div class="float-box">Floating Box</div>
<div class="text">This is some text that should not overlap the floating box.</div>
</div>
<div class="container" id="overflow">
<div class="box">Box 1</div>
<div class="box">Box 2</div>
<div class="box">Box 3</div>
<div class="box">Box 4</div>
</div>
<a href="https://www.google.com/"> Google </a>
<br />
<a href="https://en.wikipedia.org/wiki/List_of_most-visited_websites"> Wikipedia </a>
<br />
<a href="https://www.amazon.com/"> Amazon </a>
<br />
<a href="https://www.yahoo.com/?guccounter=1"> Yahoooooooooo </a>
</body>
</html>