Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Y4ELX authored Jun 1, 2024
1 parent e85f87b commit c59c7f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@


<div>
<div style="padding-left: 20vh; height: 100vh;">
<div style="position: relative; left: 25vh; width: 40%; height: 100vh;">
<p id="Acerca" style=" margin: 0; margin-bottom: 30px; padding-top: 16%; color: #c4c8de; font-family: sailec; font-weight: bold; font-size: 6vh; ">
Acerca de mí
</p>
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ let direction = 1; // 1 para subir, -1 para bajar

setTimeout(function () {
mesh.rotation.y = -1.6
}, 2700);
}, 2500);

function animate() {
requestAnimationFrame(animate);
Expand Down

0 comments on commit c59c7f6

Please sign in to comment.