Skip to content

Instantly share code, notes, and snippets.

@A-Kiwams
Last active March 28, 2019 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save A-Kiwams/fd021c9357fb10c98efd338d0f67648a to your computer and use it in GitHub Desktop.
Save A-Kiwams/fd021c9357fb10c98efd338d0f67648a to your computer and use it in GitHub Desktop.
Home component
section{
margin: 10px 10px 0px 10px;
}
.container-fluid{
margin-top: 10em;
}
<div class="container-fluid">
<div class="text-center">
<img src="./assets/imgs/newbie.png"
class="img-responsive center-block"
style="max-height:100px;padding-bottom:50px" />
</div>
<div class="text-center">powered by:</div>
<div class="text-center">
<h3>Angular Developers</h3>
</div>
<div class="text-center">
<a href="https://angulardevelopers.blogspot.com/" target="blank">https://angulardevelopers.blogspot.com/</a>
</div>
<div class="text-center">with help from:</div>
<div class="text-center">
<a href="https://twitter.com/akiwams" target="blank">@akiwams</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment