Skip to content

Commit a99ebf2

Browse files
committed
branch-2
1 parent c6d6ba7 commit a99ebf2

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

CSS-Grid/index-1.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@
7171
<div class="black"></div>
7272
<div class="white"></div>
7373
<div class="black"></div>
74-
<div class="white"></div>
75-
<div class="black"></div>
7674

7775
</div>
7876
</body>

CSS-Grid/style-1.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,3 @@ body {
1414
color: black;
1515
}
1616

17-
.white {
18-
height: 100px;
19-
width: 100px;
20-
background-color: white;
21-
}
22-
23-
.black {
24-
height: 100px;
25-
width: 100px;
26-
background-color: black;
27-
}

0 commit comments

Comments
 (0)