-
Notifications
You must be signed in to change notification settings - Fork 0
/
float.html
34 lines (32 loc) · 1.06 KB
/
float.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style/float.css" type="text/css" />
<title>Belajar Float dan Inline</title>
</head>
<body>
<div>
<img class="img-description" src="img/background.jpeg" alt="img-umum"/>
<p class="text-description">Lorem ipsum dolor sit amet, falli graece id per, vix in vivendum menandri. Novum prompta patrioque cu qui. Nec
quas eripuit evertitur ut, mel libris possim detraxit at. Mei et viris doctus perpetua, his ei soluta populo
labore, ei error rationibus quo.</p>
</div>
<div class="title">
<h1>Oke 1</h1>
<h1>Oke 2</h1>
<h1>Oke 3</h1>
<h1>Oke 4</h1>
<h1>Oke 5</h1>
<h1>Oke 6</h1>
<h1>Oke 7</h1>
<h1>Oke 8</h1>
<h1>Oke 9</h1>
<h1>Oke 10</h1>
<h1>Oke 11</h1>
<h1>Oke 12</h1>
</div>
</body>
</html>