Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions blogpost.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<html>
<head>
<title>El titulo del post</title>
<link rel="stylesheet" href="css/estilos.css">
</head>
<body>
<div id="container">
<div id="cabecera">
Hyperblog
<span id="tagline">
Tu blog de cabecera
</span>
</div>
<div id="post">
<h1>Este es el titulo atractivo e interesante del post</h1>
<p>Y este es el parrafo de inicio donde vamos a explicar las cosas increibles que se pueden hacer con ramas</p>
<p>Los blogs son la mejor formar de compartir informacion y tus ideas</p>
<p>Suscribete y dale like</p>
</div>
</div>
</body>
</html>
40 changes: 40 additions & 0 deletions css/estilos.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
body
{
color: #333;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
margin: 0;
padding: 0;
}
#cabecera
{
background: #33A;
box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5);
color: white;
font-weight: bold;
margin: 0;
padding: 0.5em;
}
#cabecera #tagline
{
padding: 0 0 0 1em;
font-weight: normal;
font-size: 0.8em;
}
#container
{
width: 70%;
padding: 1em;
text-align: left;
border: 1px solid #000;
margin: 0 auto;
}
#container h1
{
font-size: 20px;
}
#post
{
padding: 1em;
}
5 changes: 5 additions & 0 deletions historia.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Esta es la historia de Antonio

Antonio tiene 20 y nacio en Lima, Peru

Hoy hablaremos de su vida y obra maestra.