Skip to content

Instantly share code, notes, and snippets.

@foliwe foliwe/index.html
Created Mar 22, 2017

Embed
What would you like to do?
<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
You can’t perform that action at this time.