Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
parkmawani authored Mar 31, 2024
1 parent 485194e commit c591daf
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions styles/backstyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/* author: https://codepen.io/soju22/pen/rNREwzr
Kevin Levron */
body, html, #app {
margin: 0;
width: 100%;
height: 100%;
}

#app {
overflow: hidden;
touch-action: pan-up;
color: #ffffff;
font-family: 'Montserrat', sans-serif;
text-shadow: 0 0 5px #ffffff, 0 0 20px #000, 0 0 30px #000;
display: flex;
justify-content: center;
align-items: center;
}

#app h1 {
font-size: 60px;
text-transform: uppercase;
}

#app a {
text-decoration: none;
color: #fff;
}

#app canvas {
display: block;
position: fixed;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}

0 comments on commit c591daf

Please sign in to comment.