Explorar el Código

Texture added to horizontal menu

Muhammad Talha Mansoor hace 13 años
padre
commit
28ac3a3f1b
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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;
 }