Skip to content

Instantly share code, notes, and snippets.

@foliwe
Created March 22, 2017 00:15
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 foliwe/469bab0fa722d7a7daedf07700a694e7 to your computer and use it in GitHub Desktop.
Save foliwe/469bab0fa722d7a7daedf07700a694e7 to your computer and use it in GitHub Desktop.
<div class="container">
<div class="d-flex flex-column justify-content-center main" >
<div class="blue">
<h3 class ="text-center">Blue Box</h3>
</div>
</div>
</div>
.blue{
background-color :#3498db;
width: 100%;
height :100%;
}
.main{
height :100vh;
border: 2px solid #2c3e50;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment