Add founder vision
This commit is contained in:
parent
a4418da174
commit
4df6a2d9ca
2 changed files with 27 additions and 0 deletions
|
@ -162,6 +162,25 @@ $primary-color: #049cdb;
|
|||
}
|
||||
}
|
||||
|
||||
.founder-vision {
|
||||
margin-top: 24px;
|
||||
|
||||
a {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
padding: 30px 15px;
|
||||
font-size: 2.25rem;
|
||||
line-height: 1.33333;
|
||||
transition: background-color .5s;
|
||||
background-color: #038FC7;
|
||||
border-radius: 4px;
|
||||
|
||||
&:hover {
|
||||
background-color: lighten(#038FC7, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// https://fortawesome.github.io/Font-Awesome/3.2.1/icons/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue