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 |
10
style.css
10
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 {
|
||||
|
|
Loading…
Reference in New Issue