Browse Source

Background color added for horizontal menu

Muhammad Talha Mansoor 12 years ago
parent
commit
1e58adc7de
2 changed files with 7 additions and 0 deletions
  1. 5 0
      css/custom.css
  2. 2 0
      index.html

+ 5 - 0
css/custom.css

@@ -5,6 +5,11 @@ Desktop version layout - place your custom code here */
 body {
 
 }
+.hmenu {
+background-color: #333;
+text-align: center;
+color: white;
+}
 
 
 

File diff suppressed because it is too large
+ 2 - 0
index.html