Skip to content

Commit

Permalink
Merge pull request #4 from SintcoLTD/update
Browse files Browse the repository at this point in the history
Added Watermark (credits) 2
  • Loading branch information
sulaymaanajmal committed Aug 4, 2023
2 parents 781af7c + 4d80a70 commit e99916f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<!-- link style.css -->
<link rel="stylesheet" href="style.css">
<script>src = "script.js"</script>
<!-- Linking Fonts -->
<title>Lite Music Player</title>
</head>

Expand Down Expand Up @@ -38,7 +37,12 @@ <h1 class="title">Lite Music Player</h1>
</div>
</div>
</div>
<div class="watermark">©
<a class ="github-link github-link-1" target="_blank" href="https://github.com/SintcoLTD">SintcoLTD</a> -
<a class ="github-link github-link-1" target="_blank" href="https://github.com/NajmAjmal">Najm Ajmal</a> &
<a class ="github-link github-link-1" target="_blank" href="https://github.com/sulaymaanajmal">Sulaymaan Ajmal</a>
</div>
<script src="script.js"></script>
</body>

</html>
</html>
27 changes: 26 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,29 @@ body {

#speedSelect:focus{
outline: none;
}
}

.watermark {
bottom: 10px;
width: 100%;
text-align: center;
font-size: 12px;
color: #ccc;
}

a {
color: blue;
padding: 10px;
text-decoration: none;
}

.github-link {
background-color: white;
color: black;
border: 2px solid #58ca5b;
}

.github-link-1:hover {
background-color: hsl(122, 39%, 41%);
color: white;
}

0 comments on commit e99916f

Please sign in to comment.