We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3ddc3 commit 713e590Copy full SHA for 713e590
css/common.css
@@ -72,12 +72,6 @@ body {
72
color: #fff;
73
}
74
75
-#basic-info span.tag {
76
- font-size: 18px;
77
- font-weight: 300;
78
- color: var(--gray);
79
-}
80
-
81
#buttons {
82
margin-left: -5px;
83
margin-bottom: 50px;
index.html
@@ -48,8 +48,7 @@
48
<div id="basic-info">
49
<img class="avatar" src="./assets/avatar.png" alt="Profile Picture">
50
<br>
51
- <span class="name">Feniksøvich<span class="tag">#6247</span>
52
- </span>
+ <span class="name">Feniksovich</span>
53
<div id="buttons">
54
<span class="social__button">
55
<a href="https://bit.ly/3v29eEF" target="_blank" rel="noopener noreferrer">
0 commit comments