diff --git a/images/README b/images/README new file mode 100644 index 0000000..8650e0e --- /dev/null +++ b/images/README @@ -0,0 +1,4 @@ +Image Credits +============= +dvsup.png and rough_diagonal.png authored by "Cody L." and "Jorick van Hees" +respectively; courtesy of subtlepatterns.com. diff --git a/images/dvsup.png b/images/dvsup.png new file mode 100644 index 0000000..0550fe5 Binary files /dev/null and b/images/dvsup.png differ diff --git a/images/rough_diagonal.png b/images/rough_diagonal.png new file mode 100644 index 0000000..084a3b8 Binary files /dev/null and b/images/rough_diagonal.png differ diff --git a/style.css b/style.css index 767f009..17baa91 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,9 @@ */ html, body { - background-color: #eeeeec; + background-color: #eeeeec; + background-image: url( 'images/rough_diagonal.png' ); + background-repeat: both; margin: 0px 0px 1.5em 0px; padding: 0; @@ -17,8 +19,10 @@ html, body { #header { position: relative; - background-color: #2e3436; - color: #babdb6; + background-color: #2e3436; + background-image: url( 'images/dvsup.png' ); + background-repeat: both; + color: #babdb6; } #header-content {