Giter VIP home page Giter VIP logo
<style> .navbar { background-color: lightblue; overflow: hidden; }
.navbar a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

.navbar a:hover {
  background-color: transparent;
  color: #000;
}

.navbar .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .navbar a:not(:first-child) {
    display: none;
  }
  .navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive {
    position: relative;
  }
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
</style> <title>Bottom Bar Example</title> <style> body { margin: 0; padding: 0; }
#bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #f1f1f1;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.bottom-bar-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.bottom-bar-icon img {
  width: 28px;
  height: 28px;
}
</style>
 <img src='https://i.postimg.cc/85HbQTw4/25694-1.png' border='0' alt='25694-1'/></a>

 
  <span></span>
</div>
<div class="bottom-bar-icon" onclick="window.location.href='new.html'">

images-3

  <span></span>
</div>
<div class="bottom-bar-icon" onclick="window.location.href='help.html'">

more-106

  <span></span>
</div>
<div class="bottom-bar-icon" onclick="window.location.href='add.html'">

 
 <img src='https://i.postimg.cc/QMM79cqQ/images.png' border='0' alt='images'/></a>
 
  <span></span>
</div>
<script> function myFunction() { var x = document.getElementById("myNavbar"); if (x.className === "navbar") { x.className += " responsive"; } else { x.className = "navbar"; } } </script> <title>Online Selling App</title> <style> /* Body styles */ body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f2f2f2; }
/* Header styles */
header {
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 24px;
}

/* Main content styles */
.container {
  max-width: 960px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Product list styles */
.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.product-card {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  background-color: #fff;
}

.product-card img {
  max-width: 100%;
  height: auto;
}

.product-card h2 {
  font-size: 15px;
  margin: 10px 0;
}

.product-card p {
  margin: 0;
}

/* Footer styles */
footer {
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
}
</style>

355421230-1330517914231948-439652852102692988-n

    <h2>Product </h2>
    <p>$19.99</p>
     
        <form action="mailto:[email protected]" method="post" enctype="text/plain">

       <button href="#" class="button">GET</button>
 
  </div>
  <div class="product-card">

355421230-1330517914231948-439652852102692988-n

    <h2>Product </h2>
    <p>$29.99</p>
       <button href="#" class="button">GET</button>

  </div>
  <div class="product-card">

  
     <img src='https://i.postimg.cc/XJhTBK7D/355421230-1330517914231948-439652852102692988-n.jpg' border='0' alt='355421230-1330517914231948-439652852102692988-n'/></img>
  
    <h2>Product </h2>
    <p>$39.99</p>
  
             <button href="#" class="button">GET</button>
  </div>
  <!-- Add more product cards here -->
</div>
<title>Product Page</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; }
header {
  background-color: #333;
  color: #fff;
  padding: 2px;
  text-align: center;
}

h1 {
  margin: 0;
}

main {
  padding: 20px;
}

.product {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.product img {
  width: 150px;
  margin-right: 30px;
  padding:10px;
}

.product-info {
  flex: 1;
}

.product-title {
  font-size: 24px;
  font-weight: italic;
  margin-bottom: 10px;
}

.product-description {
  font-size: 16px;
  margin-bottom: 10px;
}

.product-price {
  font-size: 20px;
  color: black;
  font-weight: bold;
}

  .button {
        display: inline-block;
        background-color: #4CAF50;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 5px;
        margin-top: 10px;
    }
</style>
<div class="product">

355421230-1330517914231948-439652852102692988-n

  <div class="product-info">
    <h2 class="product-title">Product Title</h2>

    <p class="product-price">₹99.99</p>
       <button href="#" class="button">GET</button>
 
  </div>
</div>

<div class="product">

355421230-1330517914231948-439652852102692988-n

  <div class="product-info">
    <h2 class="product-title">Product Title</h2>

    <p class="product-price">₹99.99</p>
       <button href="#" class="button">GET</button>
 
  </div>
</div> 


<!-- Add more product divs as needed -->

bellwacoder's Projects

lb_music icon lb_music

Telegram Group Calls Streaming bot with some useful features, written in Python with Pyrogram and Py-Tgcalls. Supporting platforms like Youtube, Spotify, AppleMusic, Soundcloud and M3u8 Links.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.