Created
April 8, 2018 09:30
-
-
Save mazlum/19008e07bb8e65ed4103a4f7a58ec89f 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
| .container { | |
| display: flex; | |
| background: url("headercover.jpg") bottom center no-repeat; | |
| background-size:cover; | |
| flex-direction: column; | |
| justify-content: center; | |
| padding: 40px; | |
| align-items: center; | |
| height: 50vh; | |
| } | |
| .logo { | |
| flex: 1; | |
| width: 285px; | |
| height: 38px; | |
| } | |
| .text { | |
| flex: 1; | |
| font-size: 20px; | |
| color: #fff; | |
| margin-top: 20px | |
| } | |
| .button { | |
| flex: 1; | |
| font-size: 16px; | |
| color: #fff; | |
| margin-top: 10px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment