Skip to content
Open

done #10

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
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="es-Mx">
<head>
<meta charset="UTF-8">
<title>Mi página |José Torres</title>
<link href="src/main.css" rel="stylesheet"type="text/css">
</head>
<body>
<h1>Pagina inicial</h1>
<h2>Hola Bienvenido a mi pagina</h2>
<h3>Este es un ejercicio práctico</h3>
<p> Este parrafo es el inicio de el ejercició practico</p>
<h2>Nuevo encabezado h2</h2>
<p> Se debía agregar dos etiquetas de encabezado y dos parrafos</p>
<h3>Ultimo encabezado h3</h3>
</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
p{
color: red;
border-top: black dotted 7px;
border-bottom: black dotted 7px;
border-right: black dotted 7px;
border-left: black dotted 7px;
}
h3{
color: red;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
align-content: center;
}
h2{
color: rgb(23.14%, 51.37%, 74.12%);
height: 100px;
width: 50%;
}

h1{
color: yellow;
background-image: url(__hijikata_toushirou_gintama_drawn_by_zeroo7x__b65ca038a384348dde50cd2d156cb2d4.png);
}