Skip to content

Commit 1bd293e

Browse files
committed
edited: added soundcloud icon and made responsive on phones
1 parent e96111a commit 1bd293e

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

css/index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ html {
8181
#x-icon {
8282
width: 20%;
8383
}
84+
#soundcloud-icon {
85+
width: 20%;
86+
margin-bottom: 40px;
87+
}
8488

8589
@media only screen and (max-width: 768px) {
8690
.hero {
@@ -116,4 +120,8 @@ html {
116120
margin: 20px;
117121
}
118122

123+
#soundcloud-icon {
124+
width: 20%;
125+
margin-bottom: 25px;
126+
}
119127
}

img/SOUNDCLOUD_ICON.png

19.1 KB
Loading

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ <h2 class="about-header">About</h2>
2121
<a href="https://www.instagram.com/dot4music"><img id="instagram-icon"class="social-icon" src="./img/IG_ICON.png"/></a>
2222
<a href="https://www.x.com/dot4music"><img id="x-icon" class="social-icon" src="./img/X_ICON.png"/></a>
2323
<a href="https://www.tiktok.com/@dot4musiic"><img id="tiktok-icon" class="social-icon" src="./img/TIKTOK_ICON.png"/></a>
24+
<a href="https://www.soundcloud.com/dot4music"><img id="soundcloud-icon" class="social-icon" src="./img/SOUNDCLOUD_ICON.png"/></a>
2425
</div>
2526
</div>
2627
</div>

0 commit comments

Comments
 (0)