Skip to content

Instantly share code, notes, and snippets.

@lavlife06
Created October 2, 2019 13:18
Show Gist options
  • Select an option

  • Save lavlife06/a2aafc6974ef4dc196477f473acff81d to your computer and use it in GitHub Desktop.

Select an option

Save lavlife06/a2aafc6974ef4dc196477f473acff81d to your computer and use it in GitHub Desktop.
Here is css file that you will need to build website
.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;
}
@lavlife06
Copy link
Author

So here we go for design use this code or fork the file and enjoy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment