Created
October 11, 2016 12:21
-
-
Save CharlesOkwuagwu/2cb918dab0236f587248f94ea03fd75d to your computer and use it in GitHub Desktop.
center an image
This file contains 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="hero-body"> | |
<div class="container has-text-centered"> | |
<div class="columns is-vcentered"> | |
<div class="column"> | |
<h1 class="title is-1 is-bold"> | |
RSG Management Portal | |
</h1> | |
<h2 class="subtitle is-4"> | |
Simple. Efficient. Fast. | |
</h2> | |
<figure class="image is-128x128"> | |
<img src="img/logo2.png" /> | |
</figure> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment