Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"
>
<div id="homecontent">
<h1 class="focusin" >Physi-c<br />Tech</h1>
<h1 class="focusin" >Physi-c-Tech<br /></h1>
<div class="buttons">
<span id="playbutton" class="btn" onclick="play()">PLAY</span><br />
<span id="newgamebutton" class="btn" onclick="newgame()"
Expand Down
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ button {

@keyframes focus {
from {
filter: blur(15px);
filter: blur(10px);
}
to {
filter: blur(0px);
Expand All @@ -358,7 +358,8 @@ button {
animation-name: focus;
animation-duration: 1.5s;
font-family: Impact, Arial Black;
padding-top: 150px;
padding-top: 200px;
font-size: 65px;

font-weight: 400;
font-style: normal;
Expand Down