Last active
March 28, 2019 12:36
-
-
Save A-Kiwams/fd021c9357fb10c98efd338d0f67648a to your computer and use it in GitHub Desktop.
Home component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
section{ | |
margin: 10px 10px 0px 10px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.container-fluid{ | |
margin-top: 10em; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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