Skip to content

Commit d201037

Browse files
committed
refactor: add sections
1 parent 37fd887 commit d201037

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

007-split landing page/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>Split Landing Page</title>
88
</head>
99
<body>
10-
<div class="container">
11-
<div class="split left">
10+
<main class="container">
11+
<section class="split left">
1212
<h1>PlayStation 5</h1>
1313
<a href="#" class="btn">Buy Now</a>
14-
</div>
15-
<div class="split right">
14+
</section>
15+
<section class="split right">
1616
<h1>Xbox Series X</h1>
1717
<a href="#" class="btn">Buy Now</a>
18-
</div>
19-
</div>
18+
</section>
19+
</main>
2020
<script src="script.js"></script>
2121
</body>
2222
</html>

0 commit comments

Comments
 (0)