File tree 3 files changed +12
-8
lines changed
3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,11 @@ a:visited {
51
51
flex : 50% ;
52
52
}
53
53
54
- /* footer {
54
+ footer {
55
55
background-color : # 19172e ;
56
56
text-align : center;
57
57
color : white;
58
58
font-size : 1rem ;
59
- position: absolute;
60
59
left : 0 ;
61
60
right : 0 ;
62
61
bottom : 0 ;
@@ -67,7 +66,7 @@ a:visited {
67
66
68
67
footer a : visited {
69
68
color : inherit;
70
- } */
69
+ }
71
70
72
71
@media (max-width : 800px ) {
73
72
.container {
Original file line number Diff line number Diff line change @@ -190,18 +190,23 @@ <h4>Memory Matching Game</h4>
190
190
</ a >
191
191
</ div >
192
192
</ 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 >
195
200
< div class ="item "> </ div >
196
201
< div class ="item "> </ div >
197
- </div> -->
198
- <!-- < footer>
202
+ </ div >
203
+ < footer >
199
204
< p > < / > with ❤️ by
200
205
< a href ="https://swapnilsparsh.github.io/ "> Swapnil Srivastava</ a >
201
206
< br >
202
207
< a href ="https://github.com/swapnilsparsh/30DaysOfJavaScript " target ="_blank "> #30DaysOfJavaScript
203
208
</ a >
204
209
</ p >
205
- </footer> -->
210
+ </ footer >
206
211
</ body >
207
212
</ html >
You can’t perform that action at this time.
0 commit comments