Created
February 6, 2015 18:32
-
-
Save AlexArchive/13a3bcaf86534da209c2 to your computer and use it in GitHub Desktop.
This file contains 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
.landing-page > section { | |
margin-bottom: 80px; | |
} | |
.section-header { | |
margin: 50px 0; | |
} | |
.section-projects .icon-container { | |
margin: 0 auto; | |
width: 100px; | |
height: 100px; | |
line-height: 100px; | |
font-size: 45px; | |
text-align: center; | |
border-radius:50%; | |
color: #04a404; | |
border: 2px #04a404 solid; | |
} | |
.projects-name { | |
margin: 30px 0; | |
} | |
.project-container { | |
margin-bottom: 30px; | |
} |
This file contains 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
.landing-page > section { | |
margin-bottom: 80px; | |
} | |
.section-header { | |
margin: 50px 0; | |
} | |
.section-projects .icon-container { | |
margin: 0 auto; | |
width: 100px; | |
height: 100px; | |
line-height: 100px; | |
font-size: 45px; | |
text-align: center; | |
border-radius:50%; | |
color: #04a404; | |
border: 2px #04a404 solid; | |
} | |
.projects-name { | |
margin: 30px 0; | |
} | |
.project-container { | |
margin-bottom: 30px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment