Przeglądaj źródła

Background color added for horizontal menu

Muhammad Talha Mansoor 13 lat temu
rodzic
commit
1e58adc7de
2 zmienionych plików z 7 dodań i 0 usunięć
  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;
+}
 
 
 

Plik diff jest za duży
+ 2 - 0
index.html