Skip to content

Commit

Permalink
More header styling.
Browse files Browse the repository at this point in the history
StillLearnin committed Jan 31, 2016
1 parent 052da3b commit d3c85fd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.css
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
#main > .stats.panel {
margin: 4px;
padding: 5px;
border: 1px solid #8888bb;
border: 1px solid #9EA0AF;
-webkit-flex: 1 6 20%;
flex: 1 6 20%;
-webkit-order: 1;
@@ -32,7 +32,7 @@
#main > .tools.panel {
margin: 4px;
padding: 5px;
border: 1px solid #8888bb;
border: 1px solid #9EA0AF;
-webkit-flex: 1 6 20%;
flex: 1 6 20%;
-webkit-order: 3;
@@ -50,6 +50,11 @@ header {
display: -webkit-flex;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 50px;
font-family: cursive;
text-shadow: 4px 4px 6px #A6AFC7;
color: #F5CA7F;
}

header > img {
@@ -72,7 +77,7 @@ button {
border: 2px solid rgba(218, 218, 218, 0.26);
/* border-radius: 7px; */
font-size: 20px;
color: #9CA3FF;
color: #9EA0AF;
}

button:hover {

0 comments on commit d3c85fd

Please sign in to comment.