Commit 00c955f18618933e121c3c1c1ab09b110eaf1f6f
Merge branch 'test' of http://192.168.1.195:9998/web_developers/webportal into test
Showing
1 changed file
with
9 additions
and
1 deletions
contact.html
@@ -41,7 +41,11 @@ | @@ -41,7 +41,11 @@ | ||
41 | <!--<link rel="stylesheet" href="css/color/color9.css">--> | 41 | <!--<link rel="stylesheet" href="css/color/color9.css">--> |
42 | 42 | ||
43 | <!--<link type="text/css" rel="stylesheet" href="" id="colors">--> | 43 | <!--<link type="text/css" rel="stylesheet" href="" id="colors">--> |
44 | - | 44 | + <style> |
45 | + #nav>li:nth-child(4){ | ||
46 | + border-bottom: 2px solid #fff; | ||
47 | + } | ||
48 | + </style> | ||
45 | </head> | 49 | </head> |
46 | <body> | 50 | <body> |
47 | 51 | ||
@@ -67,6 +71,10 @@ | @@ -67,6 +71,10 @@ | ||
67 | </header> | 71 | </header> |
68 | <!--/ End Header Area --> | 72 | <!--/ End Header Area --> |
69 | 73 | ||
74 | +<div class="contactside" > | ||
75 | + 1 | ||
76 | +</div> | ||
77 | + | ||
70 | <!-- Footer Area --> | 78 | <!-- Footer Area --> |
71 | <footer id="footer" class="footer_cont"> | 79 | <footer id="footer" class="footer_cont"> |
72 | 80 |