-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
<title>صفحه لیست قیمت محصولات</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f2f2f2;
}
.container {
max-width: 500px;
margin: 0 auto;
padding: 20px;
background-color: white;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
h1 {
text-align: center;
margin-top: 0px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
li {
display: flex;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid #ddd;
}
li:last-child {
border-bottom: none;
}
.price {
color: #008CBA;
font-weight: bold;
}
</style>
لیست قیمت محصولات
- محصول ۱ ۱۰۰۰۰ تومان
- محصول ۲ ۲۰۰۰۰ تومان
- محصول ۳ ۳۰۰۰۰ تومان
مجموع قیمت:
۶۰۰۰۰ تومان
Sajadtameh
Metadata
Metadata
Assignees
Labels
No labels