Skip to content

Commit

Permalink
nav bar css
Browse files Browse the repository at this point in the history
  • Loading branch information
adhaase committed May 8, 2018
1 parent 42f1346 commit 8121857
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,22 @@ body.calculators {
position: fixed;
}

.header .nav {
position: absolute;
top: 8px;
right: 16px; /* move nav menu (buttons) to the right */
display: flex;
}

.logo {
float: left;
font-family: "Arial";
font-size: 15px;
position: absolute;
top: 8px;
left: 16px;
display: flex;
justify-content: center;
background: rgb(0, 0, 0, 0.2);
/*box-shadow: 13px 13px 21px -10px rgba(0, 0, 0, 0.3);*/
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

a {
Expand Down Expand Up @@ -107,11 +119,11 @@ li {
width: 50px;
text-align: center;
text-decoration: none;
color: #C9A1BF;
color: #dabbd2;
}

.fa:hover {
color: #AEB5F0;
color: #aeb5f0;
}

.social-media-icons {
Expand Down

0 comments on commit 8121857

Please sign in to comment.