Skip to content

Commit

Permalink
she's looking good
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse-Hufstetler committed Feb 16, 2024
1 parent 73bec90 commit ab2969c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions dash2.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* {
color: #fff;
text-shadow: .5vw .5vw 1vw #000, -.5vw -.5vw 1vw #000;
overflow: hidden;
}

.background {
Expand All @@ -38,24 +37,18 @@
}
html,
body {
/* height: 100%;
margin: 0;
padding: 0;*/
font-family: 'Droid Sans Mono', monospace;
text-align: center;
font-size: 7vw;
/* overflow: hidden;
background: #333;
color: #777;
text-shadow: 0.1em 0em .1em #0000004d, -0.03em -0.02em 0.03em white;*/
overflow: hidden;
}


div.outer-div {
height: 100%;
width: 100%;
animation-name: inoutbg;
animation-duration: 120s;
animation-duration: 12s;
animation-iteration-count: infinite;
}

Expand Down Expand Up @@ -107,7 +100,7 @@
<body>
<div class="page">
<div class="background">
<iframe allowtransparence="true" width="640" height="360" frameborder="0" src="https://www.shadertoy.com/embed/l3XGDn?gui=false&t=10&paused=false&muted=false" frameborder="0" style="overflow:hidden;height:100%;width:100%" height="100%" width="100%"></iframe>
<iframe allowtransparence="true" width="640" height="360" frameborder="0" src="https://www.shadertoy.com/embed/l3XGRB?gui=false&t=10&paused=false&muted=false" frameborder="0" style="height:100%;width:100%" height="100%" width="100%"></iframe>
</div>
<content>
<div class='outer-div'>
Expand Down

0 comments on commit ab2969c

Please sign in to comment.