The inline contents are justified. Text should be spaced to line up
- its left and right edges to the left and right edges of the line box,
- except for the last line .
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Fundamental/04-text-align/style.css b/Fundamental/04-text-align/style.css
deleted file mode 100644
index e35eec8..0000000
--- a/Fundamental/04-text-align/style.css
+++ /dev/null
@@ -1,16 +0,0 @@
-section {
- background-color: yellow;
- width: 350px;
- height: 400px;
-}
-/*
-left / center / right
-*/
-h1 {
- text-align: right;
-}
-
-p {
- text-align: justify;
- text-align-last: justify;
-}
diff --git a/Fundamental/05-text-decoration/index.html b/Fundamental/05-text-decoration/index.html
deleted file mode 100644
index d466d6a..0000000
--- a/Fundamental/05-text-decoration/index.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
- text decoration
-
-
-
-
-
-
- Google
-
-
-
-
\ No newline at end of file
diff --git a/Fundamental/05-text-decoration/style.css b/Fundamental/05-text-decoration/style.css
deleted file mode 100644
index 4113302..0000000
--- a/Fundamental/05-text-decoration/style.css
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
-none
-underline
-overline
-line-through
-*/
-
-/*
-solid
-dotted
-double
-dashed
-wavy
-*/
-a {
- text-decoration: underline wavy green 3px;
-}
diff --git a/Fundamental/06-text-transform/index.html b/Fundamental/06-text-transform/index.html
deleted file mode 100644
index 2081b5e..0000000
--- a/Fundamental/06-text-transform/index.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
- text transform
-
-
-
-
-
-
-
- This is a demonstration of how different stylesheets can change the layout of your HTML page.You can change the
- layout of this page by selecting different stylesheets in the menu
-
-
-
-
-
\ No newline at end of file
diff --git a/Fundamental/07-text-spacing/style.css b/Fundamental/07-text-spacing/style.css
deleted file mode 100644
index b255100..0000000
--- a/Fundamental/07-text-spacing/style.css
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
-text-indent: start space
-letter-spacing : spacing between letter
-line-height : spacing vertical
-word-spacing : spacing between word
-*/
-
-p {
- text-indent: 50px;
- letter-spacing: 2px;
- word-spacing: 4px;
- line-height: 1.8;
-}
diff --git a/Fundamental/08-text-shadow/index.html b/Fundamental/08-text-shadow/index.html
deleted file mode 100644
index 401e216..0000000
--- a/Fundamental/08-text-shadow/index.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
- text shadow
-
-
-
-
-
-
-
Mohamed
-
-
-
-
\ No newline at end of file
diff --git a/Fundamental/08-text-shadow/style.css b/Fundamental/08-text-shadow/style.css
deleted file mode 100644
index cae5a38..0000000
--- a/Fundamental/08-text-shadow/style.css
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
-text-shadow: x y blur color;
-
-x = horizontal
-y = vertical
-
-*/
-h1 {
- text-shadow: 5px 0px 10px red;
-}
diff --git a/Fundamental/09-font-family/index.html b/Fundamental/09-font-family/index.html
deleted file mode 100644
index fa6e413..0000000
--- a/Fundamental/09-font-family/index.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
- Font Family
-
-
-
-
-
-
-
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Necessitatibus facere excepturi magnam quae
- exercitationem consectetur quam. Dolore ut quas dicta distinctio ullam rerum quam, eaque labore et illum iure
- amet.
-
-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Corrupti est quaerat ea ex, quas eius voluptatibus sit
- adipisci molestiae a inventore eaque consectetur ab? Porro repellat voluptas amet error inventore?
-
-
-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Iste quos vitae laboriosam. Saepe dolore
- harum sequi
- laborum, iure quis ratione ducimus. Beatae ratione officiis cum voluptates, corporis quisquam expedita aspernatur.
-
-
-
-
first-child
-
last-child
-
nth-child
-
nth-child(odd)
-
nth-child(even)
-
-
-
-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Iure hic alias maiores eveniet tempora dignissimos
- illum mollitia laborum perferendis culpa recusandae repellendus asperiores cupiditate, deleniti commodi amet
- porro ab sequi?
Lorem ipsum dolor sit amet consectetur adipisicing elit. Molestias suscipit delectus harum. Saepe eius doloribus,
- quaerat id nisi perferendis, adipisci vero facere, soluta necessitatibus non rem fugit reprehenderit quos
- mollitia?
-
-
-
-
-
- Lorem MohamedElsayedMohamedElsayed dolor sit amet consectetur adipisicing elit. Molestias suscipit delectus
- harum. Saepe eius doloribus,
- quaerat id nisi perferendis, adipisci vero facere, soluta necessitatibus non rem fugit reprehenderit quos
- mollitia?
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Fundamental/30-overflow/style.css b/Fundamental/30-overflow/style.css
deleted file mode 100644
index 194104a..0000000
--- a/Fundamental/30-overflow/style.css
+++ /dev/null
@@ -1,28 +0,0 @@
-* {
- margin: 0;
- padding: 0;
-}
-
-.one {
- margin: 20px;
-
- border: 1px solid gray;
- border-radius: 15px;
- max-width: 400px;
- min-height: 100px;
- max-height: 120px;
- padding: 5px;
- box-shadow: 3px 2px 9px 4px gray;
- /* overflow | visible, hidden, scroll, auto */
- /* Note: In MacOS, scrollbar are hidden by default and only shown when being used (even though "overflow:scroll" is set). */
- overflow: scroll;
-}
-
-.two {
- margin: 20px;
- border: 1px solid gray;
- width: 400px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
diff --git a/Fundamental/31-inline-block/index.html b/Fundamental/31-inline-block/index.html
deleted file mode 100644
index cc45d42..0000000
--- a/Fundamental/31-inline-block/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
- Inline Block
-
-
-
-
-
-
HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
-
-
-
-
-
what is CSS ?
-
-
HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
-
-
-
-
-
what is JavaScript ?
-
-
HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
-
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
- HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. For example,
- content could be structured within a set of paragraphs, a list of bulleted points, or using images and data
- tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
-
-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat doloremque autem sapiente magnam labore at et
- nulla, reprehenderit, voluptatum nobis quisquam odit accusantium explicabo neque cumque! Exercitationem, odit
- atque!
- Eos!
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Sed delectus, similique ea aliquid quaerat, tempore
- nemo error ipsa ipsum expedita obcaecati earum recusandae est omnis corrupti officia? Voluptatem, officiis ab?
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Sed delectus, similique ea aliquid quaerat, tempore
- nemo error ipsa ipsum expedita obcaecati earum recusandae est omnis corrupti officia? Voluptatem, officiis ab?
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Sed delectus, similique ea aliquid quaerat, tempore
- nemo error ipsa ipsum expedita obcaecati earum recusandae est omnis corrupti officia? Voluptatem, officiis ab?
-
-
-
\ No newline at end of file
diff --git a/Fundamental/43-icon/icons/profile.png b/Fundamental/43-icon/icons/profile.png
deleted file mode 100644
index 1c927a4..0000000
Binary files a/Fundamental/43-icon/icons/profile.png and /dev/null differ
diff --git a/Fundamental/43-icon/index.html b/Fundamental/43-icon/index.html
deleted file mode 100644
index 40a0b8a..0000000
--- a/Fundamental/43-icon/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
- Icons
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Layout/01-float/46-float/img/mohamed.jpeg b/Layout/01-float/46-float/img/mohamed.jpeg
deleted file mode 100644
index 54ad231..0000000
Binary files a/Layout/01-float/46-float/img/mohamed.jpeg and /dev/null differ
diff --git a/Layout/01-float/46-float/index-2.html b/Layout/01-float/46-float/index-2.html
deleted file mode 100644
index e1c7f4b..0000000
--- a/Layout/01-float/46-float/index-2.html
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
-
-
- Float
-
-
-
-
-
-
-
Mohamed Elsayed
-
-
-
-
\ No newline at end of file
diff --git a/Layout/01-float/46-float/index.html b/Layout/01-float/46-float/index.html
deleted file mode 100644
index 836696f..0000000
--- a/Layout/01-float/46-float/index.html
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
-
-
-
- Float
-
-
-
-
-
-
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem laudantium voluptatum nesciunt, ratione
- distinctio, nemo cumque facere amet error ut atque dolor, modi fuga doloribus quam ipsam! Nihil, in deleniti.
- Mollitia expedita inventore modi, commodi consequuntur unde distinctio quas voluptas exercitationem nam odio at
- non
- aliquid repudiandae praesentium corporis velit fuga eos cupiditate magni obcaecati placeat illum. Quas, sed
- repellat?
- Quaerat rerum sed, voluptatem sequi quisquam saepe incidunt omnis ratione officia veniam doloribus eius! Aliquam,
- ab
- quis necessitatibus ducimus exercitationem harum, cum nesciunt, asperiores temporibus nemo officia dolorum fugit
- maiores!
- Deleniti aliquam enim consectetur dolorem molestiae ipsum laudantium assumenda laborum, aut aperiam maxime
- consequatur, esse omnis a odio dolor maiores, atque voluptate! Iure laudantium, aliquam voluptates exercitationem
- id
- accusantium officia!
- Id rem facere sit impedit nostrum corrupti alias vitae excepturi, numquam quis quasi harum magnam adipisci saepe
- atque nemo dicta fugit quam dolore cum vel expedita doloribus! Minima, praesentium sed?
-
- Lorem, ipsum dolor sit amet consectetur adipisicing elit. Natus vel ratione corporis magni repellat quidem laborum
- officiis, adipisci sapiente cum voluptatibus a quia! Perferendis placeat, esse temporibus sunt odit ex.
- Eveniet quaerat, sequi quam nostrum tenetur possimus assumenda perspiciatis voluptates voluptatibus quis deserunt
- obcaecati ratione adipisci, quae quo at repellendus enim, tempore quod quas magni ipsum rerum culpa? Laudantium,
- sequi?
- Aperiam itaque blanditiis soluta sunt! Saepe odit eveniet consectetur commodi explicabo nihil a harum inventore,
- architecto dicta pariatur repudiandae ex quisquam id autem dolores eum accusamus dolor numquam, molestias illum.
- Accusamus expedita est, similique fuga omnis commodi odio hic eaque, ipsam velit earum saepe? Neque tempore,
- fugiat
- qui incidunt, ipsa laborum distinctio deleniti quibusdam doloribus officiis voluptas modi velit ad.
- Quaerat hic sint eos, magni quibusdam earum quod. Ipsam, alias! Voluptates tenetur dolore molestiae ut, et soluta
- doloribus, commodi corporis, corrupti repellat ipsam? Aliquam adipisci at delectus obcaecati soluta! Eveniet!
-
-
-
-
-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Animi voluptatum quos dolorum in a, libero minus earum
- explicabo doloremque ipsum laboriosam, accusantium molestiae! Iste provident maiores quia quaerat, nesciunt
- reprehenderit.