소스 검색

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