Skip to content

Commit

Permalink
Prueba
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiioog committed Oct 22, 2023
2 parents dbcdb8e + 06d790e commit 6338018
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,11 @@ a,li:hover {
align-items: center;
margin-top: 10px;
}
#titulo_secundario h2 {
#titulo_secundario #tit2 {
font-size: 22px;
}


#redes_sociales {
height: 15%;
width: 100%;
Expand Down Expand Up @@ -424,6 +425,14 @@ a,li:hover {
display: flex;
justify-content: center;
align-items: center;
color: transparent;
color: transparent;
-webkit-text-stroke: 1px #ffffff; /* Borde blanco */
background: linear-gradient(to right, #8aafd8, #64abe4, #5aa7f4, #3482db, #014a89);
-webkit-background-clip: text;
background-clip: text;
background-size: 200% 100%;
animation: gradientAnimation 10s linear infinite;
}
.lang_container {
height: auto;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<h1 id="tit">Sergio García</h1>
</div>
<div id="titulo_secundario">
<h2>Desarrollador Web</h2>
<h2 id="tit2">Desarrollador Web</h2>
</div>

<div id="redes_sociales">
Expand Down

0 comments on commit 6338018

Please sign in to comment.