Created
March 22, 2017 00:15
-
-
Save foliwe/469bab0fa722d7a7daedf07700a694e7 to your computer and use it in GitHub Desktop.
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"> | |
<div class="d-flex flex-column justify-content-center main" > | |
<div class="blue"> | |
<h3 class ="text-center">Blue Box</h3> | |
</div> | |
</div> | |
</div> |
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
.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