تحليل وتصميم قواعد بيانات
الذهاب إلى القناة على Telegram
هذا القروب يهتم بقواعد البيانات database oracle access mysql ومناقشة الافكار والمخططات وحل المشاكل البرمجية وتبادل الافكار والمعلومات وكذلك تصميم وتطوير مواقع الويب Html css javascript Jquery ajax Php
إظهار المزيدالعراقالفئة غير محددة
4 077
المشتركون
لا توجد بيانات24 ساعات
لا توجد بيانات7 أيام
لا توجد بيانات30 أيام
أرشيف المشاركات
@zerotech1 [
683338805] 🔗
💢 ممــنوع إرسال الروابــط هنا🚫
💢الرجاء إزالة الرابط من الرسالة.
💢 وإلا ساضطر لتقييدك من النشر!.
🔘العقوبــة محظور 🚷 حتى 03/12/2021 01:26.<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="description" content=""/>
<title> sms</title>
<style>
*{
margin:0px;
padding:0px;}
body{
background:#222;
color:#fff;
font-family:system-ui;}
.content{
width:80%;
margin:auto;}
.head{
text-align:center;
text-transform:uppercase;
margin:10px 0;}
input{
width:100%;
height:30px;
background:#111;
margin:4px 0;
border-radius:4px;
padding:4px;
border:none;
outline:none;
color:#fff;
}
input:focus{
background:#000;
transform:scale(1.1);}
.price input{
width:20%;}
#total{
background-color:#a00d02;
padding: 5px 2px;
border-radius:4px;
}
#total : :before{
content: "Total:";
}
button{
width:100%;
height:30px;
cursor:pointer;
border:none;
color:#fff;
background:#470053;
border-radius:20px;
transition:0.5s;
}
button :hover{
background:#52025f;
letter-spacing:1px;
}
.btnSearch{
display:flex;
justify-content: space-between;
}
.searchBlock button{
width:45%;}
table{
width:100%;
text-align:center;
margin:10px 0;}
table th{
text-transform:uppercase;
}
th,td{
padding:5px;}
</style>
</head>
<body>
<div class = "content">
<div class="head">
<h2>System sales </h2>
<p> system management sales product</p>
</div>
<div class="input">
<input type="text" placeholder="title" id ="title">
<div class="price">
<input type="number" id="price" placeholder="price">
<input type="number" id="taxes" placeholder="taxes">
<input type="number" id="ads" placeholder="ads">
<input type="number" id="discount" placeholder="discount">
<small id="total">Total: 124</small>
</div>
<input type="number" id="count" placeholder="count">
<input type="text" id="category" placeholder="category">
@Siterimarama [
5061258072] 🔗
💢 ممــنوع إرسال الروابــط هنا🚫
💢الرجاء إزالة الرابط من الرسالة.
💢 وإلا ساضطر لتقييدك من النشر!.
🔘العقوبــة محظور 🚷 حتى 26/12/2021 13:16.