Skip to content

Commit

Permalink
Agregué suscripción, cambie cabecera y puse todo blueviolet
Browse files Browse the repository at this point in the history
  • Loading branch information
marcossarlo committed Oct 9, 2022
1 parent 935d071 commit 4424747
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion blogpost.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
<div id="container">
<!-- CABECERA -->
<div id="cabecera">
Hyperblog <span id="tagline">Tu blog de confianza</span>
Hyperblog <span id="tagline">Tu blog Maestro</span>
</div>
<!-- POST -->
<div id="post">
<h1>Este es el título atractivo e interesante del post</h1>
<p>Y este es el parrafo de inicio donde vamos a explicar las cosas increéibles que se pueden hacer con ramas</p>
<p>Los blogs son la mejor forma de compartir información y tus ideas. Mucho mas que ir a conferencias o salir en Youtube. Excepto si eres un rockstar. Pero estadísticamente no lo eres.... por ahora ;)</p>
<hr>
<p><b>Suscribete</b> y dale <b>like</b></p>
</div>
</div>
</body>
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: blueviolet;
text-align: center;
font-family:Arial, Helvetica, sans-serif;
background-color: azure;
Expand Down

0 comments on commit 4424747

Please sign in to comment.