Parcourir la source

Background color added for horizontal menu

Muhammad Talha Mansoor il y a 13 ans
Parent
commit
1e58adc7de
2 fichiers modifiés avec 7 ajouts et 0 suppressions
  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;
+}
 
 
 

Fichier diff supprimé car celui-ci est trop grand
+ 2 - 0
index.html