-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<solved issue of image of flipkart in helpcenter index.html>
- Loading branch information
1 parent
0c7a9c2
commit f39c9da
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,9 @@ <h2 style="color: #000000;">Contact Us</h2> | |
<li><strong>Email:</strong> [email protected]</li> | ||
<li><strong>Live Chat:</strong> Available 24x7</li> | ||
</ul> | ||
<img src="../img/flipkart_lite.png" height="50px" alt="Flipkart Logo" class="flipkart-logo"> | ||
<!-- <img src="../img/flipkart_lite.png" height="50px" alt="Flipkart Logo" class="flipkart-logo">--> | ||
<!--solved issue of image and enlagre size of flipkart image--> | ||
<img src="../img/flipkart_lite.png" height="250px" alt="Flipkart Logo" class="flipkart-logo"> | ||
</div> | ||
<div class="col-md-6"> | ||
<h2 style="color: #000000;">Frequently Asked Questions</h2> | ||
|