We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3761758 commit cf05469Copy full SHA for cf05469
index.html
@@ -24,7 +24,7 @@
24
25
.card {
26
width: 300px;
27
- height: 400px;
+ height: 500px;
28
border: 1px solid #ccc;
29
box-shadow: 2px 2px #ccc;
30
margin: 20px;
@@ -74,7 +74,7 @@ <h1>GitHub Profile</h1>
74
<!-- Add the GitHub profile picture -->
75
<img class="avatar" src="https://avatars.githubusercontent.com/u/123417503?v=4" alt="Avatar">
76
<!-- Add the GitHub username -->
77
- <div class="username">Smartllinuxcoder</div>
+ <div class="username">Smartlinuxcoder</div>
78
<!-- Add a short bio about the user -->
79
<div class="bio">- 👋 Hi, I’m @Smartlinuxcoder</br>
80
- 👀 I’m interested in Rust and javascript</br>
0 commit comments