Skip to content

Instantly share code, notes, and snippets.

@CharlesOkwuagwu
Created October 11, 2016 12:21
Show Gist options
  • Save CharlesOkwuagwu/2cb918dab0236f587248f94ea03fd75d to your computer and use it in GitHub Desktop.
Save CharlesOkwuagwu/2cb918dab0236f587248f94ea03fd75d to your computer and use it in GitHub Desktop.
center an image
<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