diff --git a/public/images/background-blue-squares-2.png b/public/images/background-blue-squares-2.png new file mode 100644 index 0000000..0d7792f Binary files /dev/null and b/public/images/background-blue-squares-2.png differ diff --git a/public/images/background-blue-squares-3.png b/public/images/background-blue-squares-3.png new file mode 100644 index 0000000..0ed283c Binary files /dev/null and b/public/images/background-blue-squares-3.png differ diff --git a/public/images/background-blue-squares-4.png b/public/images/background-blue-squares-4.png new file mode 100644 index 0000000..d7fd07e Binary files /dev/null and b/public/images/background-blue-squares-4.png differ diff --git a/public/images/background-blue-squares.png b/public/images/background-blue-squares.png new file mode 100644 index 0000000..d2e40db Binary files /dev/null and b/public/images/background-blue-squares.png differ diff --git a/public/stylesheets/base.css b/public/stylesheets/base.css index 1b3670b..6aace80 100644 --- a/public/stylesheets/base.css +++ b/public/stylesheets/base.css @@ -1,6 +1,11 @@ html { background:#000; color: #ddd; + /* background-image: url(/images/background-blue-squares.png); */ + /* background-image: url(/images/background-blue-squares-2.png); */ + /* background-image: url(/images/background-blue-squares-3.png); */ + background-image: url(/images/background-blue-squares-4.png); + background-repeat: repeat-x; } body{ font-family: "Gill Sans","Franklin Gothic Medium","Lucida Grande",Arial,Helvetica;