File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,15 @@ form.addEventListener('submit', function(e){
13
13
14
14
document . getElementById ( "result" ) . innerHTML = `
15
15
<a target="_blank" href="https://www.github
A26B
.com/${ realName } " class="link-danger">
16
- <img src="${ data . avatar_url } "/><br>
17
- <br>View Github Profile
18
- </a><br/><br/>
19
- <p>Name : ${ data . name } </p>
20
- <p>Bio : ${ data . bio } </p>
21
- <p>Followers : ${ data . followers } </p>
22
- <p>Following : ${ data . following } </p>
16
+ <img src="${ data . avatar_url } class="card-img-top""/><br>
17
+ <div class="card-body" style="background-color:#000000; color:#7fffd4;">
18
+ <br>View Github Profile
19
+ </a><br/><br/>
20
+ <p>Name : ${ data . name } </p>
21
+ <p>Bio : ${ data . bio } </p>
22
+ <p>Followers : ${ data . followers } </p>
23
+ <p>Following : ${ data . following } </p>
24
+ </div>
23
25
`
24
26
} )
25
27
} ) ;
You can’t perform that action at this time.
0 commit comments