Skip to content

Commit cf05469

Browse files
fixing card
1 parent 3761758 commit cf05469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
.card {
2626
width: 300px;
27-
height: 400px;
27+
height: 500px;
2828
border: 1px solid #ccc;
2929
box-shadow: 2px 2px #ccc;
3030
margin: 20px;
@@ -74,7 +74,7 @@ <h1>GitHub Profile</h1>
7474
<!-- Add the GitHub profile picture -->
7575
<img class="avatar" src="https://avatars.githubusercontent.com/u/123417503?v=4" alt="Avatar">
7676
<!-- Add the GitHub username -->
77-
<div class="username">Smartllinuxcoder</div>
77+
<div class="username">Smartlinuxcoder</div>
7878
<!-- Add a short bio about the user -->
7979
<div class="bio">- 👋 Hi, I’m @Smartlinuxcoder</br>
8080
- 👀 I’m interested in Rust and javascript</br>

0 commit comments

Comments
 (0)