Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderSerg committed Dec 4, 2024
1 parent 041c8f8 commit c029950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script src="main.js"></script>
</head>
<body>
<center>
<center>
<br>
<h1>Hi!</h1>
<p>
Expand All @@ -22,7 +22,7 @@ <h1>Hi!</h1>
Have fun!
</p>
<img id="cat" style="width: 275px; position: absolute; left: 200px; rotate: -13deg; border: 3px solid rgb(219, 177, 86); border-radius: 5px; opacity: 0; transition: opacity 1s;" src="catmeme.png">
<button onclick="showCat()" id="sc">Show da cat</button>
<button onclick="showCat()" id="sc">Show da cat</button> <br>
<button onclick="alert('This is a button')">Click me!</button>
</center>
</body>
Expand Down

0 comments on commit c029950

Please sign in to comment.