File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,4 @@ <h1> Google News </h1>
22
22
</ div >
23
23
< script src ="index.js "> </ script >
24
24
</ body >
25
- </ html >
26
-
27
- <!-- <div id="inner">
28
- <img id="img-id" src="news.jpeg" alt="News">
29
- <p id="news"> Some Random for texting the working of my css element <br> <a href="www.google.com"> Read More </a> </p>
30
- </div> -->
25
+ </ html >
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ function createNewsBlock(article) {
59
59
p . append ( article . description ) ;
60
60
p . append ( emptyDiv ) ;
61
61
p . append ( emptyDiv ) ;
62
+ p . append ( "Read more at: " ) ;
62
63
p . append ( a ) ;
63
64
64
65
div . append ( img ) ;
Original file line number Diff line number Diff line change @@ -88,5 +88,6 @@ button:hover {
88
88
}
89
89
90
90
.space {
91
- margin-top : 10px ;
91
+ width : 10px ;
92
+ height : 10px ;
92
93
}
You can’t perform that action at this time.
0 commit comments