اذهب إلى المحتوى

Moayyad

الأعضاء
  • المساهمات

    20
  • تاريخ الانضمام

  • تاريخ آخر زيارة

إنجازات Moayyad

عضو مساهم

عضو مساهم (2/3)

29

السمعة بالموقع

  1. السلام عليكم لدي مشكله في الاسفل , اريد ازالة المساحه الموجده على اليمين وجعل الحسابات في الوسط لكن لا اعلم ما السبب في المساحة الموجوده على اليمين CSS @font-face { font-family: Inter-VariableFont_slnt,wght; src: url(fonts/Inter-VariableFont_slnt\,wght.ttf); } @font-face { font-family: Inter-Bold; src: url(fonts/static/Inter-Bold.ttf); } @font-face { font-family: Inter-Regular; src: url(fonts/static/Inter-Regular.ttf); } @font-face { font-family: SemiBold; src: url(fonts/static/Inter-SemiBold.ttf); } body{ font-size: 14px; background-color: hsl(0, 0%, 8%); padding:4cm; } a{ display: block; } input{ padding: 10px; width:10cm; border-radius: 7px; background-color:hsl(0, 0%, 20%); color: white; text-shadow: none; font-family: Inter-Bold; margin-top: 10px; margin-bottom: 10px; } @font-face { font-family: Inter-VariableFont_slnt,wght; src: url(fonts/Inter-VariableFont_slnt\,wght.ttf); } @font-face { font-family: Inter-Bold; src: url(fonts/static/Inter-Bold.ttf); } @font-face { font-family: Inter-Regular; src: url(fonts/static/Inter-Regular.ttf); } @font-face { font-family: SemiBold; src: url(fonts/static/Inter-SemiBold.ttf); } body{ font-size: 14px; background-color: hsl(0, 0%, 8%); padding:4cm; } input{ padding: 10px; width:10cm; border-radius: 7px; background-color:hsl(0, 0%, 20%); color: white; text-shadow: none; font-family: Inter-Bold; margin-top: 10px; margin-bottom: 10px; } div{ background-color: hsl(0, 0%, 12%); border: solid hsl(0, 0%, 12%); border-radius: 20px; padding: 40px; } img{ width: 70px; border-radius: 50px; text-align: center; margin-left: 4cm; } h1{ color: white; } h3{ color: hsl(75, 94%, 57%); } img{ width: 70px; border-radius: 50px; text-align: center; margin-left: 4cm; } h1{ color: white; } h3{ color: hsl(75, 94%, 57%); } p{ color: #a5a3a3; }
  2. السلام عليكم لدي سؤال بخصوص استخدام الكلاس لدي كلاس img <div id="img"> <img src="images/image-omelette.jpeg" alt="image of the dish"> </div> لكن عند استخدامه في css لا تظهر التاثير على الصور .img { width: 100%; /* Make the image responsive */ max-width: 600px; /* Set a maximum width */ height: auto; /* Maintain aspect ratio */ border-radius: 20px; /* Rounded corners */ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional shadow effect */ margin: 0 auto; /* Center the image */ display: block; /* Ensure it behaves as a block element */ }
  3. السلام عليكم لدي سؤالين هنا السؤال الاول : هل بالامكان اضافة "+" بدل من "Number" لتحويل القيم المدخله الى اعداد؟ السؤال الثاني: لماذا لا تعمل معي ${total} بشكل صحيح و هل الفائدة منها مثل عرض قيمة total في لغة جافا؟ System.out.print("The total is " + total)
  4. لم افهم المعنى من وضع + في المثال التالي: let day = +prompt ("Enter Day:");
×
×
  • أضف...