Skip to content

Commit

Permalink
Modifiqué la cabecera y el color del texto
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-one committed Nov 24, 2020
1 parent 2280759 commit f713f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blogpost.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div id = "cabecera">
HyperBlog
<span id = "tagline">Tu blog de
confianza</span>
cabecera</span>
</div>
<div id = "post">
<h1>Este es el título
Expand Down
2 changes: 1 addition & 1 deletion css/estilos.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body
{
color: #333;
color: red;
text-align: center;
font-family: Courier;
font-size: 16px;
Expand Down

0 comments on commit f713f8b

Please sign in to comment.