Created
October 2, 2019 13:18
-
-
Save lavlife06/a2aafc6974ef4dc196477f473acff81d to your computer and use it in GitHub Desktop.
Here is css file that you will need to build website
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
| .site-header { | |
| background-color: #1BBC9B; | |
| color: black; | |
| height: 100vh; | |
| font-family: monospace; | |
| display: flex; | |
| flex-direction: column; | |
| justify-content: center; | |
| align-content: center; | |
| } | |
| .site-header-content { | |
| margin: 20px; | |
| align-self: center; | |
| } | |
| .course-link { | |
| color: blue; | |
| } | |
| .profile-pic { | |
| border-radius: 30%; | |
| height: 100px; | |
| width: 100px; | |
| align-self: center; | |
| } | |
| body { | |
| margin: 0; | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So here we go for design use this code or fork the file and enjoy.