Skip to content

Commit

Permalink
sell online
Browse files Browse the repository at this point in the history
sell online page fixed
  • Loading branch information
siddhant-2002 committed Jun 8, 2024
1 parent 055fa8c commit c287048
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 14 deletions.
34 changes: 34 additions & 0 deletions css/orders.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/* CSS */

body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}

.orders {
padding: 20px;
text-align: left;
display: flex;

}


.bg-img{
background-size: cover;
background-repeat: no-repeat;
z-index: 1;
}

h1 {
font-size: 2em;
color: #2874F0;
margin-bottom: 10px;
}

p {
font-size: 1.2em;
line-height: 1.6;
margin-bottom: 20px;
}
Binary file added sell-online/Desktop_sell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 22 additions & 14 deletions sell-online/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,29 @@
<header id="header-orders" class="text-center text-secondary fs-4">
This is Header
</header>
<div style="background-image: url(Desktop_sell.webp);">
<h1>Sell Online with Flipkart</h1>
Sell Online - Learn how to sell products online, optimize listings, and boost your business with Flipkart Seller
Hub.
Start your online selling journey today!


<h1>Seller Success Stories</h1>
<br><br>

Flipkart offers a diverse range of over 3000+ categories where you can sell your products. These categories
represent just a fraction of the wide variety available on Flipkart, providing ample opportunities for sellers to
showcase their products to a large customer base. Here are some popular categories to consider for online selling:


<!-- style="background-image: url(Desktop_sell.webp);" -->
<div class="orders" >

<div class="text">
<div class="div1">
<h1>Sell Online with Flipkart</h1>
<p>Sell Online - Learn how to sell products online, optimize listings,and boost your business with Flipkart Seller
Hub.
Start your online selling journey today!</p>
</div>


<h1>Seller Success Stories</h1>

<p>Flipkart offers a diverse range of over 3000+ categories where you can sell your products. These categories
represent just a fraction of the wide variety available on Flipkart, providing ample opportunities for sellers to
showcase their products to a large customer base. Here are some popular categories to consider for online selling:</p>
</div>
<div class="bg-img">
<img src="Desktop_sell.png" alt="">
</div>

</div>
<footer id="footer-orders" style="background-color: #293649 !important"></footer>
<script src="../js/bootstrap.bundle.min.js"></script>
Expand Down

0 comments on commit c287048

Please sign in to comment.