Skip to content
Open
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
12 changes: 12 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title> Fork Rafael Bullones </title>
</head>
<body>
<h1> Explicando los cambios realizados </h1>
<p>
En la carpeta <b>estilos.css</b>, cambie el color del fondo y de las letras del head. Y en la carpeta <b>index.html</b> coloque en un párrafo un texto diciendo "Rafael estuvo aquí"
</p>
</body>
</html>
4 changes: 4 additions & 0 deletions css/estilo.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ footer .container-fluid{
}
#tab{
margin-top:4em;
}
head {
background-color:black
color:yellow
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ <h3 class="text-center">Titulo</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
</p>
<p> Rafael estuvo aquí </p>
</article>
</section>
<section class="row" id="tab">
Expand Down