diff --git a/index.html b/index.html index a3afd8e..e463413 100644 --- a/index.html +++ b/index.html @@ -57,6 +57,26 @@ + \ No newline at end of file diff --git a/style.css b/style.css index 652cb08..3d1ff8f 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,12 @@ :root { --cafe-claro: rgb(113, 73, 63); --cafe-oscuro: rgb(67, 42, 36); + /* --naranja-claro: rgb(255, 85, 37); */ + --naranja-claro: rgb(255, 74, 24); --naranja-claro: rgb(255, 72, 0); --naranja-claro: rgb(255, 55, 0); - /* --naranja-claro: rgb(255, 0, 0); */ - /* --naranja-claro: rgb(255, 85, 37); */ + --naranja-claro: rgb(255, 0, 0); + --naranja-oscuro: rgb(255, 0, 0); --naranja-oscuro: rgb(191, 0, 38); --amarillo: rgb(249, 255, 165); @@ -491,3 +493,19 @@ main { transform: translateY(0px) scale(1.1, 0.8) translateX(-100px); } } + +/* GITHUB LOGO */ +#logoGithub:hover #cola { + animation: moverCola 0.56s ease-in-out; +} + +@keyframes moverCola { + 20%, + 60% { + transform: rotate(-25deg); + } + 40%, + 80% { + transform: rotate(10deg); + } +}