Skip to content

Commit

Permalink
2/2 janks built. all that's left is styling
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwp committed Sep 22, 2014
1 parent c0f1b16 commit ea9e076
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 141 deletions.
37 changes: 27 additions & 10 deletions views/css/style.css
Original file line number Diff line number Diff line change
@@ -1,33 +1,50 @@
* {
/** {
outline: 1px solid red !important;
}
}*/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-box-sizing: border-box;
}

body {
font-family: "Trebuchet MS", Helvetica, sans-serif;
}

h1 {

}

body {
background: black;
}

button {
background: grey;
font-size: 18px;
}

.pizzaText {

}

.mover {
position: fixed;
width: 256px;
}

.heavy-painting {
background-image: -webkit-linear-gradient(45deg,rgba(0, 0, 0, 0.05) 25%,transparent 25%,transparent),-webkit-linear-gradient(-45deg,rgba(0, 0, 0, 0.05) 25%,transparent 25%,transparent),-webkit-linear-gradient(45deg,transparent 75%,rgba(0, 0, 0, 0.05) 75%),-webkit-linear-gradient(-45deg,transparent 75%,rgba(0, 0, 0, 0.05) 75%);
background-size: 3px 3px;
box-shadow: 15px 15px 15px;
-webkit-box-shadow: 15px 15px 15px;
z-index: -1;
}

.randomPizzaContainer {
float: left;
display: flex;
}

.randomPizzaContainer:after {
content: "";
display: table;
clear:both;
}
}

.container {
background-color: rgba(240, 60, 60, 0.8);
}
Loading

0 comments on commit ea9e076

Please sign in to comment.