Skip to content

Commit

Permalink
fixing git
Browse files Browse the repository at this point in the history
  • Loading branch information
kvn8888 committed Dec 25, 2023
1 parent 59126f9 commit 59bb17a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file added .DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions experimental/element_positions.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ button {
max-width: 200px;
/* text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2); */
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
font-size: 14px;
font-size: 15px;

/* animation */
transition: background-color 0.2s ease-out, color 0.5s ease-in;
Expand All @@ -96,9 +96,9 @@ button:hover{
transform: scale(1.05, 1.05); */
}
button:active {
font-size: 12px;
width: 140px;
height: 28px;
font-size: 14px;
width: 145px;
height: 29px;
}

@keyframes changeColors {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ <h3>Layouts</h3>
<p>Domain bought on porkbun, hosted by Github pages</p>
</div>
</body>
</html>
</html>

0 comments on commit 59bb17a

Please sign in to comment.