Skip to content

Commit

Permalink
Actualiza index.html y style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioZF09 authored Aug 13, 2024
1 parent 9f1c4cc commit 3038354
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1 class="presentacion__seccion__titulo">Encriptador/Desencriptador de Texto</h
<footer class="footer">
<p class="footer__parrafo">Challenge de Alura Latam desarrollado por <strong>Sergio Zuñiga Fraga</strong> en 2024</p>
<div class="footer__enlaces">
<a class="footer__enlaces__link" href="https://www.linkedin.com/in/sergio-zu%C3%B1iga-fraga-4656162a4/">
<a class="footer__enlaces__link" href="https://www.linkedin.com/in/sergio-zuniga-fraga/">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z"/>
</svg>
Expand Down
2 changes: 2 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ body{
font-weight: 500;
border: none;
outline: none;
resize: none;
}

.presentacion__seccion__areaTexto::placeholder{
Expand Down Expand Up @@ -125,6 +126,7 @@ body{
font-family: var(--font-family-Montserrat);
border: none;
outline: none;
resize: none;
}

.presentacion__apartado__parrafos{
Expand Down

0 comments on commit 3038354

Please sign in to comment.