Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added image of flipkart in helpcenter page #1078

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion helpcentre/helpcentre.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ footer p {

.flipkart-logo {
display: block;
margin: -24px auto;
margin: 16px auto;
max-width: 400px;
padding-right: 66px;
}
.card-header button.btn-link {
color: #000000; /* Setting the question color to black */
Expand Down
2 changes: 1 addition & 1 deletion helpcentre/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <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="https://logos-world.net/wp-content/uploads/2020/11/Flipkart-Emblem.png" height="250px" alt="Flipkart Logo" class="flipkart-logo">
</div>
<div class="col-md-6">
<h2 style="color: #000000;">Frequently Asked Questions</h2>
Expand Down
Loading