Skip to content

Instantly share code, notes, and snippets.

@ingrid88
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ingrid88/9717b2811f8b750dcf85 to your computer and use it in GitHub Desktop.
Save ingrid88/9717b2811f8b750dcf85 to your computer and use it in GitHub Desktop.
/*this is for profile.html*/
.crumb{ display: inline-block; float:right; color:#FFFDF3 }
.title{ display: inline-block; color:#7ac144}
.page-header{height:70px;}
.profile-container{
background-color: #fffcf4;
padding: 50px;
border-radius: 10px;
}
.crumb-word{ color:#7ac144}
.sub-text{color:#7e927e}
.profile{
/*border-radius: 10px;*/
padding: 20px 20px 20px 20px;
/*border: 2px solid gray;*/
background-color:white;
}
/*this css is for _header.html*/
.navbar-header{
height:100px;
/*background-color:white; */
}
.container{background-color:white;}
.header-button1{
color:white;
background-color:#FFCA2F;
border-radius: 30px;
/*height:50px;*/
}
.header-button2{
color:#gray;
/*height:20px;*/
background-color:white;
border-radius: 30px;
border:2px solid #e7f5e7;
}
.navbar{
background-color:white;
border-color:white;
}
.container-fluid{
background-color:#e7f5e7;
padding-top: 40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment