Skip to content

Commit

Permalink
aegagegaeeeeeeeeeeeeeeeeeeee
Browse files Browse the repository at this point in the history
  • Loading branch information
owsko committed Jul 11, 2024
1 parent e7fd4ce commit ae33cbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/script_formfont.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ font_sub.addEventListener("submit", function randomizeFont() {
fontEl[i].style.borderTopWidth = '0px';
fontEl[i].style.borderBottomWidth = '0px';
}

buttonEl.textContent = "Almost Done";
});

buttonEl.addEventListener("mouseover", function changeName() {
Expand Down
3 changes: 2 additions & 1 deletion stylesheets/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ textarea {
color: rgb(255, 255, 255);
width: 70%;
margin-left: 12%;
font-size: 18px;
font-size: small;
font-family: "Press Start 2P", monospace;
padding: 9px 9px;
border-radius: 4px;
border-left-width: 0px;
Expand Down

0 comments on commit ae33cbe

Please sign in to comment.