حاسبة الجبس بورد والاسقف المعلقة
style>
body {
font-family: Arial, sans-serif;
direction: rtl;
text-align: right;
background-color: #f4f4f4;
margin: 0;
padding: 20px;
}
.calculator {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
max-width: 400px;
margin: auto;
}
h2 {
text-align: center;
color: #333;
}
label {
display: block;
margin-top: 10px;
font-weight: bold;
}
input, select {
width: 100%;
padding: 8px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 4px;
}
button {
width: 100%;
padding: 10px;
margin-top: 15px;
background-color: #28a745;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
}
button:hover {
background-color: #218838;
}
h3 {
text-align: center;
margin-top: 20px;
}
p {
text-align: center;
font-size: 18px;
font-weight: bold;
}
---
تعليقات
إرسال تعليق