Skip to content

Commit

Permalink
more dashin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse-Hufstetler committed Feb 7, 2024
1 parent a329fed commit 580ed17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dash2.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}

50% {
transform: scale(1.05, 1.05);
transform: scale(0.75, 0.75);
}

100% {
Expand Down Expand Up @@ -107,7 +107,7 @@
<body>
<div class="page">
<div class="background">
<iframe allowtransparence="true" width="640" height="360" frameborder="0" src="https://www.shadertoy.com/embed/4f2SWz?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/l3XGDn?gui=false&t=10&paused=false&muted=false" frameborder="0" style="overflow:hidden;height:100%;width:100%" height="100%" width="100%"></iframe>
</div>
<content>
<div class='outer-div'>
Expand All @@ -120,7 +120,7 @@
<span id="temp"></span><span id="dp" style="opacity: .15;"></span>
</div>
<div id="day" style=""></div>
<div id="time" style="font-size: 20vw;"></div>
<div id="time" style="font-size: 18vw;"></div>
</div>
</div>

Expand Down

0 comments on commit 580ed17

Please sign in to comment.