瀏覽代碼

Background color added for horizontal menu

Muhammad Talha Mansoor 13 年之前
父節點
當前提交
1e58adc7de
共有 2 個文件被更改,包括 7 次插入0 次删除
  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;
+}
 
 
 

文件差異過大導致無法顯示
+ 2 - 0
index.html