-
Notifications
You must be signed in to change notification settings - Fork 640
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Se ha actualizado el ficher index.html y nuevos cambios en el fichero…
… estilos.css
- Loading branch information
1 parent
b60bb17
commit 16f3481
Showing
4 changed files
with
184 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>Jose angel</title> | ||
</head> | ||
<body> | ||
<h1>Bienvenidos, Soy José Ángel</h1> | ||
<h2>Esta es mi descripcion</h2> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore ullam, necessitatibus, nisi, doloremque reiciendis obcaecati eaque exercitationem ex voluptatibus repellat alias autem illo? Molestiae fugit dignissimos laboriosam fugiat possimus! Perferendis?</p> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
h1 { | ||
color: brown; | ||
font-family: Arial, Helvetica, sans-serif; | ||
padding-top: 30px; | ||
text-align: justify; | ||
text-align-last: center; | ||
|
||
} | ||
body { | ||
padding-left: 250px; | ||
padding-right: 250px; | ||
font-family: Arial, Helvetica, sans-serif; | ||
color: #555; | ||
} | ||
h2 { | ||
padding-top: 30px; | ||
} | ||
h1,h2,h3{ | ||
color: #333; | ||
} | ||
li{ | ||
color: #111; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>Jose angel</title> | ||
<link rel="stylesheet" href="/home/jamartin/proyecto/semana-1/jamartin-1997/estilos.css"> | ||
|
||
|
||
</head> | ||
|
||
<body> | ||
|
||
|
||
|
||
<h1>Bienvenido, soy José Ángel</h1> | ||
<h2>Esta es mi descripción</h2> | ||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta laborum ipsum iusto! Maiores molestias | ||
optio | ||
necessitatibus ipsum, molestiae hic sapiente voluptatibus nisi incidunt modi officiis aut vitae eveniet | ||
odio | ||
ab.</p> | ||
<h3>Lista de la compra</h3> | ||
<ul> | ||
<li>Huevos</li> | ||
<li>Queso</li> | ||
<li>Pollo</li> | ||
<li>Agua</li> | ||
</ul> | ||
|
||
|
||
</body> | ||
|
||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.