ソースを参照

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