Skip to content

Commit 6343900

Browse files
committed
Añadido SVG de CodePen con un enlace en el header a mi perfil y se ha corregido el height a automático y se ha corregido el hover de los enlaces del header
1 parent 00f2318 commit 6343900

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

css/estilos.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ body {
88
background-color: rgb(173, 173, 173);
99
display: flex;
1010
flex-direction: column;
11-
min-height: 100vh;
1211
justify-content: center;
1312
align-items: center;
1413
}
@@ -32,7 +31,7 @@ header>a>img {
3231
}
3332

3433
header>a:hover {
35-
background-color: rgb(69, 13, 114);
34+
background-color: rgb(88, 18, 145);
3635
}
3736

3837
#cargando {

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
<body>
1313
<header>
1414
<h1>JOSE DE LOS SANTOS RAMOS</h1>
15-
<a href="https://linkedin.com/in/jose-web" target="_blank"><img src="svg/linkedin.svg" alt="Linkedin"></a>
16-
<a href="https://openwebinars.net/@jose" target="_blank"><img src="svg/openwebinars.svg" alt="OpenWebinars"></a>
15+
<a href="https://linkedin.com/in/jose-web" target="_blank" title="Linkedin"><img src="svg/linkedin.svg" alt="Linkedin"></a>
16+
<a href="https://openwebinars.net/@jose" target="_blank" title="OpenWebinars"><img src="svg/openwebinars.svg" alt="OpenWebinars"></a>
17+
<a href="https://codepen.io/jose-web" target="_blank" title="CodePen"><img src="svg/codepen.svg" alt="CodePen"></a>
1718
</header>
1819
<div id="repositorios">
1920
<div id="cargando"></div>

svg/codepen.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)