Skip to content

Commit

Permalink
Componente Heroes diseño
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJonaCode committed Sep 24, 2020
1 parent 107c2ef commit dbc2fa4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
21 changes: 20 additions & 1 deletion src/app/components/heroes/heroes.component.html
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
<p>heroes works!</p>
<h1>Heroes <small>Marvel y DC</small></h1>
<hr>

<div class="card-columns">

<div class="card">
<img src="assets/img/aquaman.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>

<button type="button" class="btn btn-outline-primary btn-block">
Ver más...
</button>

</div>
</div>

</div>
2 changes: 1 addition & 1 deletion src/app/components/shared/navbar/navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
<button class="btn btn-outline-primary my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
4 changes: 4 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
body{
padding-bottom: 50px;
}

.main-container{
margin-top: 20px;
}
Expand Down

0 comments on commit dbc2fa4

Please sign in to comment.