Giter Club home page Giter Club logo

kc-web-cw-5's Introduction

اليوم راح نسوي هيكل لعبة X O بالـ Flexbox 😍🔥

  1. قم بعمل fork للـ repository
  2. افتح الـ repository باستخدام github desktop
  3. قم بإنشاء ملف بصيغة html
  4. استخدم اختصار "html:5" ليساعدك على بناء هيكل الصفحة
  5. قم بإنشاء صفحة بصيغة css اسمها style
  6. اربط صفحة الـcss بصفحة الـ html
    مساعدة: استخدم link:css في الـ <head>
  7. استخدم وسم h1 لتكتب جملة ترحيبية
    مثال: حياكم في لعبتي الجميلة
  8. أنشئ div مع كلاس container وغير خصائص الكلاس كالتالي:
    • العرض = 460 بكسل (width)
    • طريقة العرض = فلكس (display)
    • فلكس راب = راب (flex-wrap)
  9. أنشئ div مع كلاس box داخل الـcontainer وغير خصائص الكلاس كالتالي:
    • العرض = 150 بكسل (width)
    • الطول = 150 بكسل (height)
    • لون الخلفية = teal
    • إزاحة هامشية = 1 بكسل (margin)
  10. كرر وسم div مع كلاس box تسع مرات
  11. قم بإضافة التغييرات التالية إلى الوسم (body) :
    • طريقة العرض = فلكس (disaply)
    • اتجاه الحاوية = عمودي (flex-direction)
    • محاذاة محور س = منتصف (align-items)
    • محاذاة محور ص = منتصف (justify-content)

لا تنسى! لا يمكنك تغيير محور ص بدون ارتفاع.

  1. احفظ التغييرات وارفع الكود إلى github
  2. قم بتسليم التمرين على موقع Coded Lab

بونص!✨

  • غير لون الخلفية الـ box عند تمرير المؤشر!

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.