Remove credittext

This commit is contained in:
Agampreet Singh
2022-11-16 18:09:16 +05:30
parent d19fc66b0a
commit 65b5ad0fd2
2 changed files with 0 additions and 14 deletions

View File

@@ -30,13 +30,5 @@
</div>
<!-- partial -->
<script src="./script.js"></script>
<!-- add text in bottom left corner -->
<style>
</style>
<div class="credittext">
<p>
Design Credits: <a href="https://codepen.io/kenchen/pen/vYwvbZ">kenchen</a>
</p>
</body>
</html>

View File

@@ -98,10 +98,4 @@ body {
100% {
opacity: 1;
}
}
.credittext {
position: absolute;
bottom: 0;
left: 0;
color: white;
}