make the page more dynamic, update readme

This commit is contained in:
2023-11-13 22:50:28 -06:00
parent 53f6e290bb
commit ca52a95fae
4 changed files with 91 additions and 31 deletions

View File

@@ -17,8 +17,9 @@
*/
body {
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, 0.5);
box-shadow: inset 0 0 25rem rgba(5, 205, 255, 0.103);
background-color: rgba(36, 36, 36, 0.808);
}
.cover-container {
@@ -77,3 +78,4 @@ body {
main {
margin-top: -5.5rem;
}