Add terminal effect

This commit is contained in:
Tyler Perkins
2023-07-18 22:44:03 -04:00
parent b2f80c3a92
commit eb57cc04f4
6 changed files with 96 additions and 4 deletions

View File

@@ -1,13 +1,16 @@
.background {
background-image: url("/img/webb-dark.png");
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
height: 150%;
overflow-y: hidden;
z-index: -1;
background-position: center;
background-repeat: repeat;
background-attachment: auto;
}