diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_34.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_34.html index 7ad9c958..1db439cf 100644 --- a/TPSI/bracco_anna/CSS/bracco_esercizio_css_34.html +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_34.html @@ -1,9 +1,13 @@ - - - Document + + + + + + + diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_39.css b/TPSI/bracco_anna/CSS/bracco_esercizio_css_39.css new file mode 100644 index 00000000..79ff8f5d --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_39.css @@ -0,0 +1,62 @@ +body { + margin: 0px; + padding: 0px; + font-family: Tahoma, sans-serif ; +} +.left-box{ +/* border: 1px solid black; */ +width: 35%; +height: 100vh; +background-color: rgb(238, 255, 0); +float: left; +} + + +.left-box h1 { +margin-top: 40px; +margin-left: 40px; +max-width: 200px; +} + + +.left-box h4 { +margin-left: 40px; +margin-bottom: 70px; +color: rgb(78, 78, 78); +} + + +.right-box{ +width: 65%; +height: 100vh; +float: right; +position: relative; +} + + +.right-box img { +width: 100%; +height: 100%; + +} + + +.right-box .button { +position: absolute; +bottom: 4%; +left: 45%; +max-width: 430px; +/* border: 1px solid black; */ +} + + +.button a { +margin-right: 128px; +background-color: rgb(238, 255, 0); +color: #000000; +text-align: center; +padding: 4px 40px; +text-decoration: none; +font-weight: bold; +border-radius: 20px; +} \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_39.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_39.html new file mode 100644 index 00000000..8e94fbe6 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_39.html @@ -0,0 +1,24 @@ + + + + + + + + + + es 39 + + +
+

DANIELE GIOTTO

+

Copywriter, redattore di contenuti ed editor

+
+
+ random +
+ Su di me +
+
+ + \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_40.css b/TPSI/bracco_anna/CSS/bracco_esercizio_css_40.css new file mode 100644 index 00000000..dd028f70 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_40.css @@ -0,0 +1,75 @@ +html { + background-color: rgb(56, 56, 141); + } + + + .container { + width: 95%; + height: 90vh; + margin: auto; + margin-top: 5vh; + } + + + .container div { + border-radius: 50px; + margin-top: 1%; + margin-left: 1%; + background-color: aliceblue; + float: left; + } + + + #d_1 { + width: 19%; + height: 31%; + } + + + #d_2 { + width: 29%; + height: 31%; + background-color: palevioletred; + } + + + #d_3 { + width: 48%; + height: 31%; + background-color: palevioletred; + } + + + #d_4 { + width: 19%; + height: 62%; + background-color: lightblue; + } + + + #d_5 { + width: 29%; + height: 62%; + background-color: lightblue; + } + + + #d_5 div { + width: 100%; + height: 48%; + margin-left: 0%; + background-color: lightblue; + } + + + #d_5 div:last-child { + margin-top: 3%; + background-color: lightblue; + } + + + #d_6, #d_7 { + width: 23.5%; + height: 62%; + background-color: palevioletred; + } \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_40.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_40.html new file mode 100644 index 00000000..1612228f --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_40.html @@ -0,0 +1,26 @@ + + + + + + + + + + es 40 + + +
+
+
+
+
+
+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_41.css b/TPSI/bracco_anna/CSS/bracco_esercizio_css_41.css new file mode 100644 index 00000000..1cccce70 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_41.css @@ -0,0 +1,25 @@ +body { + margin: 0; + padding: 0; +} + +.container { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + background-color: rgb(92, 92, 92); + height: auto; + width: 666px; + padding: 20px; + border-radius: 8px; +} + +.cella { + background-color: #fff; + border: 1px solid #000; + width: 200px; + height: 250px; + float: left; + margin: 10px; +} \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_41.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_41.html new file mode 100644 index 00000000..a69eba7e --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_41.html @@ -0,0 +1,19 @@ + + + + + + es 41 + + + +
+
+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_42.css b/TPSI/bracco_anna/CSS/bracco_esercizio_css_42.css new file mode 100644 index 00000000..a96c5e8a --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_42.css @@ -0,0 +1,62 @@ +body { + margin: 0; + padding: 0; + } + + .container { + position: absolute; + top: 50%; + left: 50%; + background-color: lightgray; + height: auto; + width: 845px; + padding: 20px; + border-radius: 8px; + } + + .box { + background-color: #fff; + width: 200px; + height: 250px; + float: left; + margin: 5px; + } + + .box:nth-child(4), + .box:nth-child(5), + .box:nth-child(10) { + background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTD8E2H51ezvDMtu8PGL5wGGVEaDJxZx3g0CA&s); + background-size: cover; + background-position: center; + } + + .box:nth-child(3), + .box:nth-child(8), + .box:nth-child(11) { + background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTD8E2H51ezvDMtu8PGL5wGGVEaDJxZx3g0CA&s) no-repeat; + background-size: cover; + background-position: center; + } + + .box:nth-child(1), + .box:nth-child(6){ + background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTD8E2H51ezvDMtu8PGL5wGGVEaDJxZx3g0CA&s); + background-size: cover; + background-position: center; + } + + .box:nth-child(2){ + background-color: #e2dbd0; + } + + .box:nth-child(7){ + background-color: #c4b499; + } + + .box:nth-child(9){ + background-color: #cfc7bc; + } + + .box:nth-child(12){ + background-color: #95775c; + } \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_42.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_42.html new file mode 100644 index 00000000..0bb7a96e --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_42.html @@ -0,0 +1,27 @@ + + + + + + Esercizio CSS 42 + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_44.css b/TPSI/bracco_anna/CSS/bracco_esercizio_css_44.css new file mode 100644 index 00000000..56a112a5 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_44.css @@ -0,0 +1,19 @@ +.container { + display: flex; + flex-direction: row; + justify-content: space-between; + background-color: white; + width: 800px; + padding: 10px; + } + + .item { + background-color: navy; + border: 1px solid blue; + width: 60px; + padding: 10px; + text-align:center; + justify-content: space-between; + color: white; + border-radius: 20px; + } \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_44.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_44.html new file mode 100644 index 00000000..6a622d40 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_44.html @@ -0,0 +1,17 @@ + + + + + + esercizio 44 + + + +
+
Home
+
About us
+
Our products
+
Contact us
+
+ + \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_45.css b/TPSI/bracco_anna/CSS/bracco_esercizio_css_45.css new file mode 100644 index 00000000..6e0cec73 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_45.css @@ -0,0 +1,16 @@ +.container { + display: flex; + flex-direction: row; + justify-content: center; + background-color: #e7e3de; + width: 300px; + padding: 10px; + } + + .item { + background-color: #2c2271; + border: 1px solid #e8e8ec; + width: 90px; + padding: 10px; + text-align:center; + } \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_45.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_45.html new file mode 100644 index 00000000..43c3deef --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_45.html @@ -0,0 +1,17 @@ + + + + + + Document + + + +
+
I am small
+
I have more content than the very small item
+
I have a lots of content. So much content that I don't know where it is all gonna go. I'm glad that CSS is pretty good at dealing with situation where we end up with more words than expected!
+
+ + + \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_46.css b/TPSI/bracco_anna/CSS/bracco_esercizio_css_46.css new file mode 100644 index 00000000..076273db --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_46.css @@ -0,0 +1,22 @@ +.container{ + position: absolute; + display: flex; + border: 2px solid #65a4c9; + border-radius: 5px; + align-items: center; + justify-content: center; + flex-direction: row; + background-color: #ffffff; + padding: 10px; + width: 400px; + height: 350px; +} + +.item { + background-color: #1d385b; + color: white; + padding: 10px; + height: 30px; + width: 140px; + font-size: 20px; + } \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_46.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_46.html new file mode 100644 index 00000000..fd939bb3 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_46.html @@ -0,0 +1,14 @@ + + + + + + Document + + + +
+
Center me.
+
+ + \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_47.css b/TPSI/bracco_anna/CSS/bracco_esercizio_css_47.css new file mode 100644 index 00000000..63fa142a --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_47.css @@ -0,0 +1,22 @@ +.container { + width: 450px; + height: 180px; + display: flex; + flex-wrap: wrap; + align-content: stretch; + justify-items: stretch; + padding: 20px; + border: 1px solid #ccc; + border-radius: 8px; + + } + + .item { + margin: 10px; + background-color: #224061; + color: white; + padding: 10px 20px; + border-radius: 9px; + font-size: 15px; + text-align: start; + } \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_47.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_47.html new file mode 100644 index 00000000..8f5f684d --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_47.html @@ -0,0 +1,23 @@ + + + + + + Document + + + +
+
Turnip
+
greens
+
yarrow
+
ricebean
+
rutabaga
+
endive
+
cauliflower
+
sea lettuce
+
kholrabi
+
amaranth
+
+ + \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_49.css b/TPSI/bracco_anna/CSS/bracco_esercizio_css_49.css new file mode 100644 index 00000000..15431ef3 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_49.css @@ -0,0 +1,69 @@ +body { + font-family: Arial, sans-serif; +} + +.grid-container { + display: grid; + grid-template-columns: repeat(4, 100px); + grid-template-rows: repeat(4, 100px); + gap: 5px; + border: 2px solid red;} + +.item { + display: flex; + justify-content: center; + align-items: center; + border: 1px solid red; + background-color: white; + font-size: 24px; +} + +.item1 { + grid-column: span 2; + grid-row: span 1; +} + +.item2 { + grid-column: span 1; + grid-row: span 2; +} + +.item3 { + grid-column: span 1; + grid-row: span 1; +} + +.item4 { + grid-column: span 1; + grid-row: span 1; +} + +.item5 { + grid-column: span 1; + grid-row: span 1; +} + +.item6 { + grid-column: span 1; + grid-row: span 1; +} + +.item7 { + grid-column: span 1; + grid-row: span 1; +} + +.item8 { + grid-column: span 1; + grid-row: span 1; +} + +.item9 { + grid-column: span 1; + grid-row: span 1; +} + +.item10 { + grid-column: span 1; + grid-row: span 1; +} \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_49.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_49.html new file mode 100644 index 00000000..277a29e8 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_49.html @@ -0,0 +1,23 @@ + + + + + + + Griglia Esercizio + + +
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
1
+
+ + diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_50.css b/TPSI/bracco_anna/CSS/bracco_esercizio_css_50.css new file mode 100644 index 00000000..e10944a3 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_50.css @@ -0,0 +1,22 @@ +body { + display: flex; + justify-content: center; + align-items: center; + height: 100vh; + margin: 0; +} + +.grid-container { + display: grid; + grid-template-columns: repeat(3, 100px); + grid-gap: 10px; +} + +.grid-item { + background-color: #333; + color: white; + text-align: left; + font-size: 20px; + border-radius: 10%; + height: 50px; +} \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_50.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_50.html new file mode 100644 index 00000000..50df4008 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_50.html @@ -0,0 +1,19 @@ + + + + + + + Esercizio 50 + + +
+
A
+
B
+
C
+
D
+
E
+
F
+
+ + \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_51.css b/TPSI/bracco_anna/CSS/bracco_esercizio_css_51.css new file mode 100644 index 00000000..1d250272 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_51.css @@ -0,0 +1,50 @@ +body { + margin: 0; + font-family: Arial, sans-serif; + color: white; + background-color: white; +} + +.grid-container { + display: grid; + grid-template-columns: 1fr 2fr; + grid-template-rows: auto auto; + gap: 10px; + padding: 10px; +} + +.item-a { + grid-column: 1 / 3; + grid-row: 1; + background-color: #2d343a; + padding: 20px; + text-align: center; + border-radius: 10px; +} + +.item-b { + grid-column: 3; + grid-row: 1; + background-color: #2d343a; + padding: 20px; + text-align: center; + border-radius: 10px; +} + +.item-c { + grid-column: 1; + grid-row: 2; + background-color: #2d343a; + padding: 20px; + text-align: center; + border-radius: 10px; +} + +.item-d { + grid-column: 2; + grid-row: 2; + background-color: #2d343a; + padding: 20px; + text-align: center; + border-radius: 10px; +} \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_51.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_51.html new file mode 100644 index 00000000..c85a63f6 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_51.html @@ -0,0 +1,17 @@ + + + + + + + Esercizio 51 + + +
+
A
+
B
+
C
+
D
+
+ + \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_52.css b/TPSI/bracco_anna/CSS/bracco_esercizio_css_52.css new file mode 100644 index 00000000..f232bb1f --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_52.css @@ -0,0 +1,45 @@ +body { + display: flex; + flex-direction: column; + align-items: center; + margin: 0; + padding: 0; + background-color: #f0f0f0; +} + +.container { + width: 80%; } + +.box { + background-color: #333; + color: #fff; + font-size: 24px; + display: flex; + justify-content: center; + align-items: center; + margin: 10px 0; + padding: 20px; + border-radius: 5px; } + +.row { + display: flex; + justify-content: space-between; +} + +.boxA { + width: 48%; +} + +.boxB { + width: 48%;} + +.boxC { + width: 48%; +} + +.boxD { + width: 48%;} + +.boxE { + width: 100%; +} \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_52.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_52.html new file mode 100644 index 00000000..ddd3a4c0 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_52.html @@ -0,0 +1,24 @@ + + + + + + + Layout Esempio + + +
+
+
A
+
B
+
+
+
C
+
D
+
+
E
+
+ + + + diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_53.css b/TPSI/bracco_anna/CSS/bracco_esercizio_css_53.css new file mode 100644 index 00000000..b1083d85 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_53.css @@ -0,0 +1,46 @@ +body { + font-family: Arial, sans-serif; + margin: 0; +} + +.header, .footer { + background-color: #b0b0b0; + padding: 20px; + text-align: center; + margin-top: 10px; + margin-bottom: 10px; +} + +.container { + display: flex; +} + +.sidebar, .sidebar2, .content { + padding: 20px; + box-sizing: border-box; +} + +.sidebar { + background-color: #4a4a4a; + color: white; + flex: 1; +} + +.content { + background-color: #333; + color: white; + flex: 2; + margin: 0 10px; +} + +.sidebar2 { + background-color: #d1d1d1; + color: black; + flex: 1; +} + +.footer { + background-color: #b0b0b0; + padding: 20px; + text-align: center; +} \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_53.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_53.html new file mode 100644 index 00000000..990f788a --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_53.html @@ -0,0 +1,21 @@ + + + + + + Esempio di Layout + + + +
Header
+
+ +
+

Content

+

More content than we had before so this column is now quite tall.

+
+
Sidebar 2
+
+ + + diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_54.css b/TPSI/bracco_anna/CSS/bracco_esercizio_css_54.css new file mode 100644 index 00000000..9b36cc46 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_54.css @@ -0,0 +1,46 @@ +body { + margin: 0; + font-family: sans-serif; + } + + .container { + display: grid; + grid-template-columns: 1fr 2fr; + grid-template-rows: auto auto auto; + gap: 10px; + padding: 10px; + width: 280px; + height: 200px; + } + + .header { + grid-column: 1 / 3; + background-color: #999; + padding: 10px; + border-radius: 8px; + color: white; + } + + .sidebar { + grid-column: 1 / 2; + background-color: #333; + padding: 10px; + border-radius: 8px; + color: white; + } + + .content { + grid-column: 2 / 3; + background-color: #444; + padding: 10px; + border-radius: 8px; + color: white; + } + + .footer { + grid-column: 1 / 3; + background-color: #999; + padding: 10px; + border-radius: 8px; + color: white; + } diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_54.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_54.html new file mode 100644 index 00000000..246400e3 --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_54.html @@ -0,0 +1,20 @@ + + + + + + Grid Layout + + + +
+
Header
+ +
+ Content
+ More content than we had before so this column is now quite tall. +
+ +
+ + \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_scacchiera.css b/TPSI/bracco_anna/CSS/bracco_esercizio_css_scacchiera.css new file mode 100644 index 00000000..d2ad2b9b --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_scacchiera.css @@ -0,0 +1,27 @@ +.contenitore{ + border: 1px solid black; + width: 816px; + height: 816px; + margin: auto; +} + +div{ + border: 1px solid black; + width: 100px; + height: 100px; + float: left; +} +.linea:nth-child(odd) > div:nth-child(odd){ + background-color: palevioletred; + + +} +.linea:nth-child(odd) > div:nth-child(even){ + background-color: pink; +} +.linea:nth-child(even) > div:nth-child(odd){ + background-color: pink; +} +.linea:nth-child(even) > div:nth-child(even){ + background-color: palevioletred; +} \ No newline at end of file diff --git a/TPSI/bracco_anna/CSS/bracco_esercizio_css_scacchiera.html b/TPSI/bracco_anna/CSS/bracco_esercizio_css_scacchiera.html new file mode 100644 index 00000000..db97211f --- /dev/null +++ b/TPSI/bracco_anna/CSS/bracco_esercizio_css_scacchiera.html @@ -0,0 +1,25 @@ + + + + + + Scacchiera + + + +
+
+
+
+
+
+
+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/TPSI/bracco_anna/bracco_es15.html b/TPSI/bracco_anna/HTML/bracco_es15.html similarity index 100% rename from TPSI/bracco_anna/bracco_es15.html rename to TPSI/bracco_anna/HTML/bracco_es15.html diff --git a/TPSI/bracco_anna/bracco_es_html_01.html b/TPSI/bracco_anna/HTML/bracco_es_html_01.html similarity index 100% rename from TPSI/bracco_anna/bracco_es_html_01.html rename to TPSI/bracco_anna/HTML/bracco_es_html_01.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_02.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_02.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_02.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_02.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_03.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_03.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_03.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_03.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_04.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_04.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_04.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_04.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_05.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_05.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_05.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_05.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_06.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_06.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_06.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_06.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_07.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_07.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_07.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_07.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_08.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_08.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_08.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_08.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_09.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_09.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_09.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_09.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_10a.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_10a.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_10a.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_10a.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_10b.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_10b.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_10b.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_10b.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_10c.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_10c.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_10c.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_10c.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_10d.html.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_10d.html.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_10d.html.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_10d.html.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_10e.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_10e.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_10e.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_10e.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_10f.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_10f.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_10f.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_10f.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_10g.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_10g.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_10g.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_10g.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_13.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_13.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_13.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_13.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_14.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_14.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_14.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_14.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_16.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_16.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_16.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_16.html diff --git a/TPSI/bracco_anna/bracco_esercizio_html_17.html b/TPSI/bracco_anna/HTML/bracco_esercizio_html_17.html similarity index 100% rename from TPSI/bracco_anna/bracco_esercizio_html_17.html rename to TPSI/bracco_anna/HTML/bracco_esercizio_html_17.html