Skip to content
Open
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
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ <h5 class="card-title">Card title</h5>
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="..." alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
<h5 class="card-title">Línea 4</h5>
<p class="card-text">Esta línea va de Santa Anita a Martin Carrera.</p>
<a href="#" class="btn btn-primary">Ver mapa</a>
</div>
</div>
</div>
Expand Down