Skip to content

Commit 9220c16

Browse files
committed
30DaysOfJavaScript
1 parent 323f17f commit 9220c16

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

30DaysOfJavaScript/assets/28.png

47.8 KB
Loading

30DaysOfJavaScript/style.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,11 @@ a:visited {
5151
flex: 50%;
5252
}
5353

54-
/* footer {
54+
footer {
5555
background-color: #19172e;
5656
text-align: center;
5757
color: white;
5858
font-size: 1rem;
59-
position: absolute;
6059
left: 0;
6160
right: 0;
6261
bottom: 0;
@@ -67,7 +66,7 @@ a:visited {
6766

6867
footer a:visited {
6968
color: inherit;
70-
} */
69+
}
7170

7271
@media (max-width: 800px) {
7372
.container {

index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,18 +190,23 @@ <h4>Memory Matching Game</h4>
190190
</a>
191191
</div>
192192
</div>
193-
<!--<div class="container">
194-
<div class="item"></div>
193+
<div class="container">
194+
<div class="item">
195+
<a href="28 - Music Player/index.html">
196+
<h4>Music Player</h4>
197+
<img src="30DaysOfJavaScript/assets/28.png" alt="">
198+
</a>
199+
</div>
195200
<div class="item"></div>
196201
<div class="item"></div>
197-
</div> -->
198-
<!-- <footer>
202+
</div>
203+
<footer>
199204
<p>&#x3c; &#47; &#x3e; with ❤️ by
200205
<a href="https://swapnilsparsh.github.io/">Swapnil Srivastava</a>
201206
<br>
202207
<a href="https://github.com/swapnilsparsh/30DaysOfJavaScript" target="_blank">#30DaysOfJavaScript
203208
</a>
204209
</p>
205-
</footer> -->
210+
</footer>
206211
</body>
207212
</html>

0 commit comments

Comments
 (0)