Skip to content
Open
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
50 changes: 37 additions & 13 deletions music.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/music.css">
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
Expand Down Expand Up @@ -39,9 +39,9 @@ <h2 class="font-italic">
<li class="nav-item ml-1">
<a href="#" class="nav-link">sports</a>
</li>



</li>
</ul>
</div>
Expand Down Expand Up @@ -73,7 +73,7 @@ <h1 class="display-1 font-italic">
<h4 class="text-center font-italic mb-4">Music List
<span class="fa fa-star fa-lg text-warning"></span>
</h4>

<div class="row justify-content-center font-italic mt-4">

<div class="col-md-4">
Expand All @@ -86,17 +86,17 @@ <h4 class="text-center font-italic mb-4">Music List
<h5 class="card-title">
Classical
</h5>





<!--more info button-->
<a href="#" class="btn btn-success mb-2">
<i class="fa fa-info-circle" aria-hidden="true"></i>
More info
</a>

</div>
</article>
</div>
Expand Down Expand Up @@ -137,6 +137,30 @@ <h5 class="card-title">
</a>
</div>
</article>
</div>
<div class="col-md-4">
<!--product card-->
<article class="card text-center font-italic mb-4">
<!--music tab -->
<iframe src="https://open.spotify.com/embed/playlist/3SiqQL39eKrUah6o33yfmA" width="350" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
<div class="card-body">
<!-- name-->
<h5 class="card-title">
Diversity & Inclusion
</h5>





<!--more info button-->
<a href="#" class="btn btn-success mb-2">
<i class="fa fa-info-circle" aria-hidden="true"></i>
More info
</a>

</div>
</article>
</div>
</div>
</div>
Expand Down Expand Up @@ -166,8 +190,8 @@ <h5 class="card-title">
</footer>







</body>
</html>
</html>