Added personal tile background
This commit is contained in:
parent
f66652620b
commit
929cbc3ee0
1 changed files with 3 additions and 4 deletions
|
@ -120,7 +120,8 @@ ol , ul{
|
|||
color: white;
|
||||
margin: 0 auto;
|
||||
cursor: pointer;
|
||||
background-size: contain;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
.box-shadow(0px 4px 5px 2px rgba(0,0,0,0.7));
|
||||
|
||||
&:hover .project {
|
||||
|
@ -131,14 +132,12 @@ ol , ul{
|
|||
background-image: url(http://cdn.ttgtmedia.com/rms/computerweekly/39826_college-of-richard-collyer.gif);
|
||||
}
|
||||
&.personal {
|
||||
background-color: red;
|
||||
background-image: url(http://www.inzeed.com/kaleidoscope/wp-content/uploads/2014/11/stock-footage-computer-code-background1.jpg);
|
||||
}
|
||||
|
||||
&.work {
|
||||
background-image: url(http://www.recommendedagencies.com/images/logos/dabapps-logo-1432733278.jpg);
|
||||
}
|
||||
|
||||
|
||||
& .project {
|
||||
padding: 25px;
|
||||
.transition(~"opacity 0.5s ease-in");
|
||||
|
|
Reference in a new issue