Skip to content

Commit

Permalink
yeng team's 12 tiles added, but not connected join button to forms
Browse files Browse the repository at this point in the history
  • Loading branch information
sonugopal committed Oct 27, 2017
1 parent 8d01302 commit 33b2a33
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 31 deletions.
57 changes: 32 additions & 25 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 60 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@ nav a#pull {
text-align: left;
width: 100%;
}
.join-btn{
font-size: 10px;
height: 28px;
}
.team-tile h3{
font-size: 15px;
}

}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
Expand Down Expand Up @@ -176,10 +184,12 @@ nav a#pull {
color: #2C3E50;
padding: 0em 0;
}
/*.about_tile{
margin-left:0;
width: 100%;
}*/
.team-tile{
height: 100px;

}



}

Expand All @@ -196,6 +206,9 @@ nav a#pull {
nav li a {
border-bottom: 1px solid #EEE;
}
.join-btn{
margin-top: 0;
}

}
/*----- banner -----*/
Expand Down Expand Up @@ -1518,8 +1531,51 @@ p.comment-form-author {
.about_tile{
width: 25%;
margin-left: 85px;
padding-top: 30px;
}
.Feature h2{
margin-left: 0;
}
.team-tile{
height: 180px;
}
.join-btn{
margin-top: 10px;
height: 37px;


}
.design{
margin-top: 74px;
}

}
.team-tile{
background: #2ABF5E;
text-align: center;
width: 80%;
margin-top: 10px;
color: #fff;


}
.join-btn{
border-color: #fff;
padding-top: initial;
font-weight: 700;
margin-top: auto;
width: inherit;

}

.design{
margin-top: -2px;
}
.teams-h{
height: 70%;
margin-top:0;
padding-top: 15px;
}
.join-btn:hover{
border-color: #1B242F;
}
Loading

0 comments on commit 33b2a33

Please sign in to comment.