Code Monkey home page Code Monkey logo

kc-web-cw-4's Introduction

اليوم الرابع

في هذا التمرين سننشئ لوحة فنية 🎨

 

  1. قم بعمل fork للـ repository
  2. افتح الـ repository باستخدام github desktop
  3. قم بإنشاء ملف بصيغة html
  4. استخدم اختصار "html:5" ليساعدك على بناء هيكل الصفحة
  5. قم بإنشاء صفحة بصيغة css اسمها style
  6. اربط صفحة الـcss بصفحة الـ html
    مساعدة: استخدم link:css في الـ <head>
  7. في صفحة الـ html أضف وسم h1 يحتوي على رسالة ترحيبية
    مثال: الكويت ترحب بكم! 👋
  8. في صفحة الـ css غير على خصائص الـ h1 التالية
    • العرض = 100%
    • لون الخلفية = برتقالي
    • حدود = 1 بكسل solid أسود
    • دوران الحدود = 10 بكسل (border-radius)
    • غير محاذاة النص إلى المنتصف (text-align)
    • حواشي = 10 بكسل (padding)
    • شفافية = (opacity) 0.5
  9. أنشئ ٣ وسوم احتواء div مع كلاس circle، وغير خصائص الكلاس التالية:
    • العرض = 150 بكسل
    • الطول = 150 بكسل
    • هوامش = auto (margin)
    • دوران الحدود = 50% (border-radius)
  10. غير لون خلفية كل div، باستخدام ٣ هويات (id) مختلفة:
    • id = red
      • لون الخلفية = أحمر
    • id = yellow
      • لون الخلفية = أصفر
    • id = green
      • لون الخلفية = أخضر
  11. أضف هذه الخواص إلى circle:
    • شفافية = (opacity) 0.5
    • تدرج الانتقالات = نصف ثانية لجميع التغيرات (transition)
  • عند تمرير المؤشر (on hover):
    • شفافية = 1
  1. احفظ التغييرات وارفع الكود إلى github
  2. قم بتسليم التمرين على موقع Coded lab

بونص!✨

  • أضف ظل مناسب إلى كلاس circle (box-shadow)
  • استخدم وسم الخط الأفقي للفصل بين الإشارات

لا تترددون بسؤال المدرسين! 👌

kc-web-cw-4's People

Contributors

ralenezi avatar waliiidals avatar hhmousawi avatar anasmeshal avatar mbuzlouf avatar nancyelsh avatar shymaa06 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.