مشاركة حلول: التدرب على نموذج الصندوق

1 Like

رائع نبيلة ماشاء الله عليك تقدمك رهيب :star_struck::ok_hand:

1 Like

لحد الان لا يمكنني الكتابة في الخانة المخصصة لكتابة الاكواد في المشاركة
اريد ان اجرب ذلك .

1 Like

اواجه مشكلة في بيئة العمل لا تفتح معي ؟

1 Like

نعتذر على حصول هذه المشكلة، هل تجاوزتيها؟

1 Like

نعم شكرا لك

1 Like
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>مهمة التدرب على لغة التنسيقات</title>
        <style>
            body {
                background-color: #CCC;
            }
            p {
                background-color: #0f0;
                color: #000;
                width: 400px;
                font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
                font-size: 25px;
                text-align: center;
                line-height: 35px;
                font-weight: bold;
                text-transform: lowercase;
                margin: 50px auto; 
                padding: 10px 0px 10px 10px;
                border-left: 15px solid #000;
                box-sizing: border-box;
                box-shadow: 0px 0px 40px 8px #000;
            }
            div p {
                background-color:  #00f;
                color: #fff;
                width: 400px;
                font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
                font-size: 25px;
                text-align: center;
                line-height: 35px;
                font-weight: bold;
                text-transform: lowercase;
                text-decoration: underline;
                margin: 50px auto; 
                padding: 10px 0px 10px 10px;
                border-left: 15px solid #fff;
                box-sizing: border-box;
                box-shadow: 0px 0px 40px 8px #fff;
            }
        </style>
    </head>
    <body>
        
        <p>
            Never give up. Today is hard, tomorrow will be worse, 
            but the day after tomorrow will be sunshine
        </p>
        
        <div>
            <p>
                If you work just for money, you'll never make it, 
                but if you love what you're doing success will be yours
            </p>
        </div>

    </body>
</html>

1 Like

تنسيقات جريئة ومختلفة :open_mouth:

رائع ي مصعب :star_struck::clap:

1 Like

شكرا أستاذي
وأعتذر لأنني متأخر على تقديم الحلول لأنني تابعت كل الدروس ولكن لم أقم بحل أية مهمة
:relieved::relieved::relieved:

1 Like

عفواً :grin:

لا مشكلة بإمكانك إتباع ما يناسبك ولكني أنصحك التطبيق اولاً بأول حتى لا تنتقل للتالي إلا وأنت مستعد

1 Like

صحيح أستاذ @Alhakem :ok_hand::ok_hand:

1 Like
<!DOCTYPE html>
<html>
    <head>
        <link href="https://fonts.googleapis.com/css?family=Lobster&display=swap" rel="stylesheet">
        <meta charset="utf-8">
        <title>مهمة التدرب على لغة التنسيقات</title>
    </head>
    <style>
        body{
            background-color: #080808;
            box-sizing: border-box;
           }
        p{
            width: 400px;
            background-color:  #FDFBFB;
            font-family: 'Lobster', cursive;
            font-size: 17px;
            text-transform: capitalize;
            text-align: right;
            font-weight: bold;
            line-height: 2.0em;
            letter-spacing: 2px;
            border-left: 10px solid  #FF5733;
            margin: 20px auto 20px auto
        }
        div p{
            text-decoration: underline double #0E5F59;
            border-left: 10px solid  #0FCEC2;
            

        }
    </style>
    <body>
        
        <p>
            Never give up. Today is hard, tomorrow will be worse, 
            but the day after tomorrow will be sunsahine
        </p>
        
        <div> <p>
            If you work just for money, you'll never make it, 
            but if you love what you're doing success will be yours
        </p>
        </div>
        
    </body>
</html>
```````
1 Like

مية مية مازن :+1:

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>مهمة التدرب على لغة التنسيقات</title>
        <link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet">
    </head>
    <style>
        body{
            background-color: #354047; 
            
        }
        p{
            width: 400px;
            background-color: white;
            color: black;
            font-family: 'Indie Flower', cursive;
            font-size: 20px;
            padding: 20px;
            border-left: 10px solid red;
            margin-left: auto;
            margin-right: auto;
            box-sizing: border-box;
            line-height:30px;
        }
            div p{
                  background-color:pink;
                  text-decoration: underline blue;
                  border-left: 10px solid #00CED1;
                 
        }

           
    </style>
    <body>
        
        <p>
            Never give up. Today is hard, tomorrow will be worse, 
            but the day after tomorrow will be sunsahine
        </p>
        <div>
        <p>
            If you work just for money, you'll never make it, 
            but if you love what you're doing success will be yours
        </p>
        </div>
        
    </body>
</html>

1 Like


عندما اضفت المعرف لم يتغير لون الخلفية الى الزهري
لماذا؟

2 Likes

خطا مطبعي فقط إستبدلي packground ب background

2 Likes

هههههه شكرا لم انتبه

2 Likes
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>مهمة التدرب على لغة التنسيقات</title>
        <link href="https://fonts.googleapis.com/css?family=Courgette&display=swap" rel="stylesheet">
    </head>
    <style>
        body{
            background-color: #0ef9ff;
        }
      p{
          background-color:#c7f673;
          color: #000000;
          width: 500px;
          font-size: 30px;
          font-weight: bold;
          font-family: 'Courgette', cursive; 
          padding: 10px;
          border-left: 10px solid green;
          margin: 20px;   
          box-sizing: border-box;
            } 
      div p{
          background-color: #B41FD1;
          color: #ffffff;
          border-left: 10px solid yellow;

              } 

      }
    </style>
    <body>
        
        <p>
            Never give up. Today is hard, tomorrow will be worse, 
            but the day after tomorrow will be sunsahine
        </p>
        
       <div> 
           <p>
            If you work just for money, you'll never make it, 
            but if you love what you're doing success will be yours
          </p>
       </div>
    </body>
</html>

1 Like

ممتاز قمتي بكتابه الأكواد بطريقة المحترفين ولم تكرري الخصائص المشتركة :+1:

2 Likes

كذلك نفس الشيء ي نبيلة عمل رائع وبطريقة محترفة :clap:

1 Like