Skip to content

Commit

Permalink
Static Header
Browse files Browse the repository at this point in the history
  • Loading branch information
joliveira committed Oct 8, 2015
1 parent 3dbf621 commit 36db118
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ footer.footer {
height: 60px;
background-color: #575757;
color: white;
position: relative;
top: 300px;
}

footer.footer span {
Expand Down Expand Up @@ -208,7 +210,9 @@ footer.footer .right{
* ----------------------------------------------------------------------------*/
#header {
background-color: #1284c8;

position: fixed;
width: 85%;
z-index: 10;
}

nav {
Expand Down Expand Up @@ -371,6 +375,10 @@ nav a:hover {
}
}
@media only screen and (max-width: 643px) {
#header {
width: 100%;
}

nav {
background-color: #70ab42;
color: white;
Expand Down Expand Up @@ -476,6 +484,8 @@ nav a:hover {
#whatwedo {
background-color: white;
text-aligh:center;
position: relative;
top: 300px;
}

#whatwedo div.center {
Expand Down Expand Up @@ -546,6 +556,8 @@ nav a:hover {
*------------------------*/
#whoweare {
background-color: #F6F6F6;
position: relative;
top: 300px;
}

#whoweare header {
Expand Down Expand Up @@ -639,6 +651,8 @@ img.headshot {
#contact {
background-color: #70ab42;
color: white;
position: relative;
top: 300px;
}

#contact header {
Expand Down

0 comments on commit 36db118

Please sign in to comment.