شيخ الجبل

body {
font-family: Arial;
background: #0b0b0b;
color: #fff;
margin: 0;
}
h1 {
text-align: center;
padding: 20px;
color: gold;
}
.container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
gap: 15px;
padding: 15px;
}
.card {
background: #1a1a1a;
padding: 10px;
border-radius: 10px;
text-align: center;
}
button {
background: gold;
border: none;
padding: 8px;
border-radius: 6px;
cursor: pointer;
margin-top: 5px;
}
.cart {
position: fixed;
bottom: 0;
width: 100%;
background: #111;
padding: 10px;
}

🔥 شيخ الجبل

اسبريسو

1.00 د

سبانيش لاتيه 🔥

2.00 د

آيس لاتيه

2.00 د

موهيتو فراولة 🍓

1.75 د

تشيز كيك

2.50 د

🛒 الطلب:

    المجموع: 0 د

    let total = 0;
    function addItem(name, price) {
    let cart = document.getElementById(“cart”);
    let item = document.createElement(“li”);
    item.innerText = name + ” – ” + price + ” د”;
    cart.appendChild(item);
    total += price;
    document.getElementById(“total”).innerText = total.toFixed(2);
    }
    function sendOrder() {
    alert(“تم إرسال الطلب 🔥”);
    }

    شيخ الجبل

    body {
    font-family: Arial;
    background: #0b0b0b;
    color: #fff;
    margin: 0;
    }
    h1 {
    text-align: center;
    padding: 20px;
    color: gold;
    }
    .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
    gap: 15px;
    padding: 15px;
    }
    .card {
    background: #1a1a1a;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    }
    button {
    background: gold;
    border: none;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 5px;
    }
    .cart {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #111;
    padding: 10px;
    }

    🔥 شيخ الجبل

    اسبريسو

    1.00 د

    سبانيش لاتيه 🔥

    2.00 د

    آيس لاتيه

    2.00 د

    موهيتو فراولة 🍓

    1.75 د

    تشيز كيك

    2.50 د

    🛒 الطلب:

      المجموع: 0 د

      let total = 0;
      function addItem(name, price) {
      let cart = document.getElementById(“cart”);
      let item = document.createElement(“li”);
      item.innerText = name + ” – ” + price + ” د”;
      cart.appendChild(item);
      total += price;
      document.getElementById(“total”).innerText = total.toFixed(2);
      }
      function sendOrder() {
      alert(“تم إرسال الطلب 🔥”);
      }

      شيخ الجبل

      body {
      font-family: Arial;
      background: #0b0b0b;
      color: #fff;
      margin: 0;
      }
      h1 {
      text-align: center;
      padding: 20px;
      color: gold;
      }
      .container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
      gap: 15px;
      padding: 15px;
      }
      .card {
      background: #1a1a1a;
      padding: 10px;
      border-radius: 10px;
      text-align: center;
      }
      button {
      background: gold;
      border: none;
      padding: 8px;
      border-radius: 6px;
      cursor: pointer;
      margin-top: 5px;
      }
      .cart {
      position: fixed;
      bottom: 0;
      width: 100%;
      background: #111;
      padding: 10px;
      }

      🔥 شيخ الجبل

      اسبريسو

      1.00 د

      سبانيش لاتيه 🔥

      2.00 د

      آيس لاتيه

      2.00 د

      موهيتو فراولة 🍓

      1.75 د

      تشيز كيك

      2.50 د

      🛒 الطلب:

        المجموع: 0 د

        let total = 0;
        function addItem(name, price) {
        let cart = document.getElementById(“cart”);
        let item = document.createElement(“li”);
        item.innerText = name + ” – ” + price + ” د”;
        cart.appendChild(item);
        total += price;
        document.getElementById(“total”).innerText = total.toFixed(2);
        }
        function sendOrder() {
        alert(“تم إرسال الطلب 🔥”);
        }

        شيخ الجبل

        body {
        font-family: Arial;
        background: #0b0b0b;
        color: #fff;
        margin: 0;
        }
        h1 {
        text-align: center;
        padding: 20px;
        color: gold;
        }
        .container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
        gap: 15px;
        padding: 15px;
        }
        .card {
        background: #1a1a1a;
        padding: 10px;
        border-radius: 10px;
        text-align: center;
        }
        button {
        background: gold;
        border: none;
        padding: 8px;
        border-radius: 6px;
        cursor: pointer;
        margin-top: 5px;
        }
        .cart {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #111;
        padding: 10px;
        }

        🔥 شيخ الجبل

        اسبريسو

        1.00 د

        سبانيش لاتيه 🔥

        2.00 د

        آيس لاتيه

        2.00 د

        موهيتو فراولة 🍓

        1.75 د

        تشيز كيك

        2.50 د

        🛒 الطلب:

          المجموع: 0 د

          let total = 0;
          function addItem(name, price) {
          let cart = document.getElementById(“cart”);
          let item = document.createElement(“li”);
          item.innerText = name + ” – ” + price + ” د”;
          cart.appendChild(item);
          total += price;
          document.getElementById(“total”).innerText = total.toFixed(2);
          }
          function sendOrder() {
          alert(“تم إرسال الطلب 🔥”);
          }