Added some subtle backgrounds to add some appeal to the website
Courtesy subtlepatterns.comwebsite
parent
da851c61a2
commit
1e616e8080
|
@ -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.
|
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
background-color: #eeeeec;
|
background-color: #eeeeec;
|
||||||
|
background-image: url( 'images/rough_diagonal.png' );
|
||||||
|
background-repeat: both;
|
||||||
|
|
||||||
margin: 0px 0px 1.5em 0px;
|
margin: 0px 0px 1.5em 0px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -18,6 +20,8 @@ html, body {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
background-color: #2e3436;
|
background-color: #2e3436;
|
||||||
|
background-image: url( 'images/dvsup.png' );
|
||||||
|
background-repeat: both;
|
||||||
color: #babdb6;
|
color: #babdb6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue