Browse Source

Texture added to horizontal menu

Muhammad Talha Mansoor 12 years ago
parent
commit
28ac3a3f1b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      css/custom.css

+ 3 - 1
css/custom.css

@@ -27,7 +27,9 @@ background-size:cover;
 }
 
 .hmenu {
-background-color: #333;
+background-color: #141414;
+background-image:url(images/background_texture_wood.png);
+background-repeat:repeat;
 text-align: center;
 color: white;
 }