Skip to content

Commit c894560

Browse files
committed
Cambio al tagline y color del footer :)
1 parent 271bca9 commit c894560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blogpost.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div id="cabecera">
99
<img id="logo" src="imagenes/dragon.png" />
1010
Hyperblog
11-
<span id="tagline">Tu blog de cabecera</span>
11+
<span id="tagline">Tu blog de confianza</span>
1212
</div>
1313
<div id="post">
1414
<h1>Aqu&iacute; inicia la historia de un gran proyecto</h1>

css/estilos.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ body
5353

5454
#footer
5555
{
56-
background: #777;
56+
background: #37488b;
5757
color: white;
5858
text-align: center;
5959
padding: 0.5em;

0 commit comments

Comments
 (0)