8000 Update index.html · prashantpgit/GithubUserAPI@305a6d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 305a6d9

Browse files
authored
Update index.html
Design changes.added bootstrap's card view
1 parent b37dc12 commit 305a6d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ <h1 style="text-align:center";>
1919
<div class="form-group">
2020
<div class="d-grid gap-2">
2121
<button class="btn btn-danger btn-block">
22-
Search User By Github Username
22+
Search User
2323
</button>
2424
</div>
2525
</div>
2626
</form>
27-
<div id="result"></div>
27+
<div class="card" id="result" style="width: 20rem;">
28+
</div>
2829
</div>
2930
</body>
3031
<script src="searchuser.js"></script>

0 commit comments

Comments
 (0)
0