Skip to content

Commit

Permalink
add html content
Browse files Browse the repository at this point in the history
  • Loading branch information
NinoGlu committed Oct 3, 2021
1 parent b4b43c6 commit 39bfa14
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LESON 9</title>
</head>
<body>
<div class="container">
<div class="box item-1">Mosorny I</div>
<div class="box item-2">Responsive</div>
<div class="box item-3">overlap</div>
<div class="box item-4">Fluid</div>
<div class="box item-5">Explicity Placed</div>
<div class="box item-6">Negative space</div>
<div class="box item-7">Flexibile</div>
<div class="box item-8">Mosorny II</div>
<div class="box item-9">Mosorny III</div>
<div class="box item-10">DOM Order</div>
<div class="box item-11">Named Tracks</div>
</div>
</body>
</html>

0 comments on commit 39bfa14

Please sign in to comment.