From 5c9f10d07f396a95cebc93e80026cf44049f0296 Mon Sep 17 00:00:00 2001 From: Giovanni Di Grezia Date: Sun, 23 Nov 2014 22:07:03 +0100 Subject: [PATCH] some exercies on css3 box model and flex --- css_box2.html | 111 +++++++++++++++++++++++++++++++++++++++++++ css_box3.html | 83 ++++++++++++++++++++++++++++++++ css_box4.html | 97 +++++++++++++++++++++++++++++++++++++ css_box5.html | 68 ++++++++++++++++++++++++++ css_box5flexbox.html | 76 +++++++++++++++++++++++++++++ csstext.html | 40 ++++++++++++++++ js1.html | 28 +++++++++++ 7 files changed, 503 insertions(+) create mode 100644 css_box2.html create mode 100644 css_box3.html create mode 100644 css_box4.html create mode 100644 css_box5.html create mode 100644 css_box5flexbox.html create mode 100644 csstext.html create mode 100644 js1.html diff --git a/css_box2.html b/css_box2.html new file mode 100644 index 0000000..778893e --- /dev/null +++ b/css_box2.html @@ -0,0 +1,111 @@ + + + + css + + + + + + + + + + + + + + + +

sdsadsa sda fsda ds fd fd sf sd sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd sdsadsa sda fsda ds fd fd sf sd + sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd + +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd + +

+

sdsadsa sda fsda ds fd fd sf sd sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd sdsadsa sda fsda ds fd fd sf sd + sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd + +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd + +

+ + + + \ No newline at end of file diff --git a/css_box3.html b/css_box3.html new file mode 100644 index 0000000..58114b1 --- /dev/null +++ b/css_box3.html @@ -0,0 +1,83 @@ + + + + css + + + + + + + + + + + + + +

+a fsda ds fd fd sf sd sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd sdsadsa sda fsda ds fd fd sf sd + sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd + +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd + +

+

sdsadsa sda fsda ds fd fd sf sd sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd sdsadsa sda fsda ds fd fd sf sd + sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd + +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd +sdsadsa sda fsda ds fd fd sf sd + +

+ + + + \ No newline at end of file diff --git a/css_box4.html b/css_box4.html new file mode 100644 index 0000000..2af01a4 --- /dev/null +++ b/css_box4.html @@ -0,0 +1,97 @@ + + + + css + + + + + + + + + + + + + +
+

+There are lots of different kinds of fruit - there are over 500 varieties +of banana alone. By the time we add the countless types of apples, oranges, +and other well-known fruit, we are faced with thousands of choices. +

+

+One of the most interesting aspects of fruit is the variety available in +each country. I live near London, in an area which is known for +its apples. +

+

+When travelling in Asia, I was struck by how many different +kinds of banana were available - many of which had unique flavours and +which were only avaiable within a small region. +

+ + +
+

+There are lots of different kinds of fruit - there are over 500 varieties +of banana alone. By the time we add the countless types of apples, oranges, +and other well-known fruit, we are faced with thousands of choices. +

+

+One of the most interesting aspects of fruit is the variety available in +each country. I live near London, in an area which is known for +its apples. +

+

+When travelling in Asia, I was struck by how many different +kinds of banana were available - many of which had unique flavours and +which were only avaiable within a small region. +

+
+ + + +

+There are lots of different kinds of fruit - there are over 500 varieties +of banana alone. By the time we add the countless types of apples, oranges, +and other well-known fruit, we are faced with thousands of choices. +

+

+One of the most interesting aspects of fruit is the variety available in +each country. I live near London, in an area which is known for +its apples. +

+

+When travelling in Asia, I was struck by how many different +kinds of banana were available - many of which had unique flavours and +which were only avaiable within a small region. +

+ + +
+ + + + + + \ No newline at end of file diff --git a/css_box5.html b/css_box5.html new file mode 100644 index 0000000..8b67d26 --- /dev/null +++ b/css_box5.html @@ -0,0 +1,68 @@ + + + + + css + + + + + + + + + + + + + +
+ +1There are lots of different kinds of fruit - there are over 500 varieties +of banana alone. By the time we add the countless types of apples, oranges, +and other well-known fruit, we are faced with thousands of choices. + + +2of banana alone. By the time we add the countless types of apples, oranges, +and other well-known fruit, we are faced with thousands of choices. + + +2of banana alone. By the time we add the countless types of apples, oranges, +and other well-known fruit, we are faced with thousands of choices. + + + +
+ + + + + + + + + + \ No newline at end of file diff --git a/css_box5flexbox.html b/css_box5flexbox.html new file mode 100644 index 0000000..361a391 --- /dev/null +++ b/css_box5flexbox.html @@ -0,0 +1,76 @@ + + + + + css + + + + + + + + + + + + + +
+ +1There are lots of different kinds of fruit - there are over 500 varieties +of banana alone. By the time we add the countless types of apples, oranges, +and other well-known fruit, we are faced with thousands of choices. + + +2of banana alone. By the time we add the countless types of apples, oranges, +and other well-known fruit, we are faced with thousands of choices. + + +2of banana alone. By the time we add the countless types of apples, oranges, +and other well-known fruit, we are faced with thousands of choices. + + +2of banana alone. By the time we add the countless types of apples, oranges, +and other well-known fruit, we are faced with thousands of choices. + + +3of banana alone. By the time we add the countless types of apples, oranges, +and other well-known fruit, we are faced with thousands of choices. + +
+ + + + + + + + + + \ No newline at end of file diff --git a/csstext.html b/csstext.html new file mode 100644 index 0000000..d169066 --- /dev/null +++ b/csstext.html @@ -0,0 +1,40 @@ + + + + Test + + + + + + + + + + + + + + + + +

ciao mondo!!! + + fdsf sdf dsf dsf +fsdffds f sdf +

+ + + + \ No newline at end of file diff --git a/js1.html b/js1.html new file mode 100644 index 0000000..aafdc13 --- /dev/null +++ b/js1.html @@ -0,0 +1,28 @@ + + + + Test + + + + + + + + + + + + + + + + + \ No newline at end of file