Skip to content

Commit

Permalink
Added whitespace to rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan3-14 committed Sep 4, 2024
1 parent b51a7f1 commit c2fbd15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
var elements = document.getElementsByClassName("link")


for (i=0; i<elements.length-1; i++) {
var element = elements[i]
console.log(element.id)
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ button {
background-color:cornflowerblue;
transition: width 0.4s, background-color 0.4s;
}

button:hover {
width: 150px;
background-color:cadetblue;
Expand Down

0 comments on commit c2fbd15

Please sign in to comment.