Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee1747f

Browse files
authored
Change ids to classes in week 2 homework
1 parent 89f3a5d commit ee1747f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Week2/homework/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>Grids</h1>
1313
<main>
1414
<section>
1515
<h2>Grid with floats</h2>
16-
<ul id="grid-floats">
16+
<ul class="grid-floats">
1717
<li class="grid-item">
1818
<h3>6 Eksenli Drone + Kamera</h3>
1919
<img src="images/drone1.png">
@@ -89,7 +89,7 @@ <h3>DJI Spreading Wings S900</h3>
8989
</section>
9090
<section>
9191
<h2>Grid with flexbox</h2>
92-
<ul id="grid-flex">
92+
<ul class="grid-flex">
9393
<li class="grid-item">
9494
<h3>Drone 6-AXIS + camera</h3>
9595
<img src="images/drone1.png">

0 commit comments

Comments
 (0)