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
26 changes: 13 additions & 13 deletions Version3.0/user26/CSS/style.css
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
table {
font-family: "Marker Felt", "Comic Sans MS", fantasy;
color: #003366;
margin-left: auto;
margin-right: auto;
text-align: left;
border-collapse: collapse;
cellspacing: 0px;
font-family: "Marker Felt", "Comic Sans MS", fantasy;
color: #003366;
margin-left: auto;
margin-right: auto;
text-align: left;
border-collapse: collapse;
border-spacing: 0px;
}

tr {
border: 1px solid #ffffff;
text-align: center;
background-color:#9FB6CD;
border: 1px solid #ffffff;
text-align: center;
background-color: #9FB6CD;
}

th {
text-align: center;
color: #ffffff;
background-color: #003366;
text-align: center;
color: #ffffff;
background-color: #003366;
}
4 changes: 3 additions & 1 deletion Version3.0/user26/music.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.bundle.min.js"></script>

<!-- Custom styles for this template -->


<style type="text/css">
footer {
font-size: 12px;
Expand Down Expand Up @@ -101,7 +103,7 @@ <h2>My Jams</h2>
<tr>
<td>1</td>
<td>The Thrill</td>
<td>Wiz Khalifa</td>
<td style="color:#00FF00; background-color:rgb(90, 124, 148);">Wiz Khalifa</td>
<td><img src="images/Thrill.png" alt="Album cover image for The Thrill"></td>
</tr>
<tr>
Expand Down