├── Lesson 1 - الدرس ├── Course.txt └── Learn CSS in arabic.pdf ├── Lesson 10 - الدرس ├── img │ ├── img1.png │ └── logo.jpg └── index.html ├── Lesson 11 - الدرس ├── img1.png └── index.html ├── Lesson 12 - الدرس ├── img1.png ├── img2.png └── index.html ├── Lesson 13 - الدرس ├── img1.png ├── img2.png ├── img3.webp └── index.html ├── Lesson 14 - الدرس ├── index.html └── style.css ├── Lesson 15 - الدرس └── index.html ├── Lesson 17 - الدرس └── index.html ├── Lesson 18 - الدرس └── index.html ├── Lesson 19 - الدرس └── index.html ├── Lesson 2 - الدرس └── index.html ├── Lesson 20 - الدرس └── index.html ├── Lesson 21 - الدرس ├── icon.png ├── index.html ├── project.html └── video.mp4 ├── Lesson 22 - الدرس └── index.html ├── Lesson 23 - الدرس └── index.html ├── Lesson 24 - الدرس └── index.html ├── Lesson 25 - الدرس └── index.html ├── Lesson 26 - الدرس └── index.html ├── Lesson 28 - الدرس └── index.html ├── Lesson 29 - الدرس └── index.html ├── Lesson 3 - الدرس ├── index.html └── style.css ├── Lesson 30 - الدرس ├── Capture.PNG ├── css.jpg ├── index.html └── programmer.jpg ├── Lesson 31 - الدرس ├── css.jpg └── index.html ├── Lesson 32 - الدرس ├── css.jpg ├── cursor.html └── index.html ├── Lesson 33 - الدرس ├── Pagination.html └── index.html ├── Lesson 34 - الدرس ├── Text-shadow.png ├── css-box-shadow-property-examples.png ├── icon-book.png └── index.html ├── Lesson 35 - الدرس ├── css buttons styling (Time 0_08_32;05).png └── index.html ├── Lesson 36 - الدرس └── index.html ├── Lesson 37 - الدرس └── index.html ├── Lesson 38 - الدرس ├── index.html ├── list-item-markers.html └── listmarker.png ├── Lesson 39 - الدرس ├── index copy.html └── index.html ├── Lesson 4 - الدرس └── index.html ├── Lesson 41 - الدرس ├── img2.jpg └── index.html ├── Lesson 42 - الدرس ├── CSS FLEX BOX.pdf ├── background.jpg ├── img1.png ├── img2.jpg └── index.html ├── Lesson 43 - الدرس ├── app.html ├── index.html └── logo.png ├── Lesson 44 - الدرس ├── index.html └── logo.png ├── Lesson 45 - الدرس └── app.html ├── Lesson 46 - الدرس ├── autofit.png ├── css grid layout.pdf ├── img2.jpg └── index.html ├── Lesson 47 - الدرس ├── img2.jpg └── index.html ├── Lesson 48 - الدرس ├── background.jpg ├── css overflow property example.png ├── html-block-elements.PNG ├── html-inline-elements.PNG ├── index.html └── text-overflow-example-1.png ├── Lesson 49 - الدرس ├── filters.html ├── img1.jpg ├── img2.jpg ├── index.html └── logo.jpg ├── Lesson 5 - الدرس └── index.html ├── Lesson 50 - الدرس └── index.html ├── Lesson 51 - الدرس ├── correct-mark.png ├── incorrect-mark.png ├── index.html ├── programmer.avif └── valid-vs-invalid.jpg ├── Lesson 52 - الدرس ├── img.jpg ├── index.html └── programmer.avif ├── Lesson 53 - الدرس ├── Capture.PNG ├── Capture2.PNG ├── Capture3.PNG ├── correct-mark.png ├── incorrect-mark.png ├── index.html └── programmer.avif ├── Lesson 54 - الدرس ├── correct-mark.png ├── incorrect-mark.png ├── index.html ├── learn how to create a register page (Time 0_05_05;23).png ├── programmer.avif ├── register.html └── style.css ├── Lesson 55 - الدرس ├── img.jpg └── index.html ├── Lesson 56 - الدرس └── index.html ├── Lesson 57 - الدرس ├── css.jpg ├── img.jpg ├── img2.jpg ├── index.html └── maxresdefault.webp ├── Lesson 58 - الدرس ├── img.png └── index.html ├── Lesson 6 - الدرس └── index.html ├── Lesson 7 - الدرس └── index.html ├── Lesson 8 - الدرس └── index.html ├── Lesson 9 - الدرس └── index.html └── Old Lessons - القديم ├── Lesson 47 48 ├── img │ ├── facebook.png │ ├── logo.jpg │ ├── map.png │ ├── shiyar.jpg │ ├── twitter.png │ └── youtube.png ├── index.html └── style.css ├── Lesson 49 50 51 52 53 - الدرس ├── img │ ├── facebook.png │ ├── logo.jpg │ ├── map.png │ ├── shiyar.jpg │ ├── twitter.png │ └── youtube.png ├── index.html └── style.css ├── Lesson 63 - الدرس ├── img.jpg └── index.html ├── Lesson 64 - الدرس └── index.html ├── Lesson 65 - الدرس └── index.html ├── Lesson 66 - الدرس └── index.html ├── Lesson 67 - الدرس └── index.html ├── Lesson 68 - الدرس ├── img.png └── index.html ├── Lesson 69 - الدرس └── index.html ├── Lesson 70 - الدرس └── index.html ├── Lesson 71 - الدرس ├── index.html └── logo.png └── Lesson 72 - الدرس ├── app.html ├── index.html └── logo.png /Lesson 1 - الدرس/Course.txt: -------------------------------------------------------------------------------- 1 | https://codershiyar.com/course-to-learn-css-in-arabic 2 | https://www.youtube.com/playlist?list=PLMTdZ61eBnyoxjc9Prw0uhwgp6YZ2-_sg -------------------------------------------------------------------------------- /Lesson 1 - الدرس/Learn CSS in arabic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codershiyar/css/d5265f72e878feb8decb71153f1ce13ca1aa22c2/Lesson 1 - الدرس/Learn CSS in arabic.pdf -------------------------------------------------------------------------------- /Lesson 10 - الدرس/img/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codershiyar/css/d5265f72e878feb8decb71153f1ce13ca1aa22c2/Lesson 10 - الدرس/img/img1.png -------------------------------------------------------------------------------- /Lesson 10 - الدرس/img/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codershiyar/css/d5265f72e878feb8decb71153f1ce13ca1aa22c2/Lesson 10 - الدرس/img/logo.jpg -------------------------------------------------------------------------------- /Lesson 10 - الدرس/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Coder Shiyar CSS 5 | 6 | 7 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /Lesson 11 - الدرس/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codershiyar/css/d5265f72e878feb8decb71153f1ce13ca1aa22c2/Lesson 11 - الدرس/img1.png -------------------------------------------------------------------------------- /Lesson 11 - الدرس/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Coder Shiyar 7 | 41 | 42 | 43 | 44 |
45 | 46 |
47 | 48 |
49 | 50 |
51 | 52 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /Lesson 12 - الدرس/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codershiyar/css/d5265f72e878feb8decb71153f1ce13ca1aa22c2/Lesson 12 - الدرس/img1.png -------------------------------------------------------------------------------- /Lesson 12 - الدرس/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codershiyar/css/d5265f72e878feb8decb71153f1ce13ca1aa22c2/Lesson 12 - الدرس/img2.png -------------------------------------------------------------------------------- /Lesson 12 - الدرس/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Coder Shiyar 7 | 52 | 53 | 54 | 55 |
56 | 57 |
58 | 59 |
60 | 61 |
62 | 85 | 86 | 87 | 88 | -------------------------------------------------------------------------------- /Lesson 13 - الدرس/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codershiyar/css/d5265f72e878feb8decb71153f1ce13ca1aa22c2/Lesson 13 - الدرس/img1.png -------------------------------------------------------------------------------- /Lesson 13 - الدرس/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codershiyar/css/d5265f72e878feb8decb71153f1ce13ca1aa22c2/Lesson 13 - الدرس/img2.png -------------------------------------------------------------------------------- /Lesson 13 - الدرس/img3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codershiyar/css/d5265f72e878feb8decb71153f1ce13ca1aa22c2/Lesson 13 - الدرس/img3.webp -------------------------------------------------------------------------------- /Lesson 13 - الدرس/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | background-blend-mode 8 | 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /Lesson 14 - الدرس/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Coder Shiyar CSS 5 | 6 | 7 | 8 | 9 | 10 | 11 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /Lesson 14 - الدرس/style.css: -------------------------------------------------------------------------------- 1 | nav{ 2 | background-color: rgb(255, 112, 112); 3 | height: 100px; 4 | } 5 | a{ 6 | display: inline-block; 7 | color: white; 8 | height: 40px; 9 | width: 50px; 10 | } 11 | /* List of block elements - قائمة لعناصر الذي يبداون دائما بوضع افتراضي بسطر جديد 12 | --------------------------------------------------------------------------------------------- 13 |