Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 19 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,34 +124,36 @@ <h2>Featured Charts</h2>
<div class="line"></div>
<div class="footer-1">
<div class="column-1 ft">
<p>Company</p>
<p class="heading">Company</p>
<p>About</p>
<p>Jobs</p>
<p>For the Record</p>
</div>
<div class="column-2 ft">
<p>Company</p>
<p>About</p>
<p>Jobs</p>
<p>For the Record</p>
<p class="heading">Communities</p>
<p>For Artists</p>
<p>Developers</p>
<p>Advertising</p>
<p>Investors</p>
<p>Vendors</p>
</div>
<div class="column-3 ft">
<p>Company</p>
<p>About</p>
<p>Jobs</p>
<p>For the Record</p>
<p class="heading">Useful links</p>
<p>Support</p>
<p>Free Mobile App</p>
</div>
<div class="column-4 ft">
<p>Company</p>
<p>About</p>
<p>Jobs</p>
<p>For the Record</p>
<p class="heading">Spotify Plans</p>
<p>Premium Individual</p>
<p>Premium Duo</p>
<p>Premium Family</p>
<p>Premium Student</p>
<p>Spotify Free</p>
</div>
<div class="column-5 ft">
<p>Company</p>
<p>About</p>
<p>Jobs</p>
<p>For the Record</p>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-facebook"></i>
</div>
</div>
</div>
Expand Down
30 changes: 30 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ a {
height: 10%;
border-top: 1px solid white;
opacity: 0.4;
margin-top: 3rem;
}

.music-player {
Expand Down Expand Up @@ -344,4 +345,33 @@ a {
.ft>p:hover {
opacity: 1;
cursor: pointer;
text-decoration: underline;
}

.ft>i {
opacity: 0.5;

}

.ft>i:hover {
opacity: 1;
cursor: pointer;
}

.ft>.heading {
opacity: 1;
}

.ft>.heading:hover {
cursor:default;
}

.column-5 {
display: flex;
height: 2rem;
}

.column-5>i {
margin-right: 1rem;
margin-top: 1rem;
}