replaced math.floor with math.round & added background image

This commit is contained in:
patriciarealini 2015-09-02 11:28:15 -07:00
parent 3481d60e50
commit 9cba54e573
2 changed files with 2332 additions and 42 deletions

2367
main.js

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,10 @@
body {
background-color: #000000;
background: url(images/background/purplenightsky.jpeg),
linear-gradient(to top, #CD663B, #35222C, #1D151E),
black;
background-size: 100%;
background-repeat: no-repeat;
background-position: center center;
}
h1, h2 {
text-align: center;