diff --git a/TPSI/ruscica_lorenzo/esercitazioni_css/c.css b/TPSI/ruscica_lorenzo/esercitazioni_css/c.css
new file mode 100644
index 00000000..cf26b0e3
--- /dev/null
+++ b/TPSI/ruscica_lorenzo/esercitazioni_css/c.css
@@ -0,0 +1,16 @@
+.container {
+ display: flex;
+ flex-direction: column;
+ justify-content:stretch;
+ background-color: #881D8D;
+ width: 300px;
+ height: 500px;
+ padding: 10px;
+}
+
+.item {
+ background-color: #FFAD49;
+ border: 1px solid #FF920D;
+ padding: 10px;
+ text-align:center;
+}
\ No newline at end of file
diff --git a/TPSI/ruscica_lorenzo/esercitazioni_css/c.html b/TPSI/ruscica_lorenzo/esercitazioni_css/c.html
new file mode 100644
index 00000000..a8079050
--- /dev/null
+++ b/TPSI/ruscica_lorenzo/esercitazioni_css/c.html
@@ -0,0 +1,6 @@
+
+
+
home
+
About Us
+
Our Products
+
Contact Us
+
+
\ No newline at end of file
diff --git a/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_45.css b/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_45.css
new file mode 100644
index 00000000..818611f2
--- /dev/null
+++ b/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_45.css
@@ -0,0 +1,20 @@
+.container {
+ height: 95vh;
+ border: 1px solid blue;
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ justify-content: center;
+ align-content: center;
+ border-radius: 20px;
+ }
+
+.item {
+ border-radius: 10px;
+ background-color: #4961ff;
+ color: white;
+ flex: 0 1 auto;
+ align-self: auto;
+ width: 15%;
+padding: 10px;
+ }
\ No newline at end of file
diff --git a/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_45.html b/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_45.html
new file mode 100644
index 00000000..abc9fd6e
--- /dev/null
+++ b/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_45.html
@@ -0,0 +1,23 @@
+
+
+
+
+
css_45
+
+
+
+
+
+
+
+
+
+
I am small
+
I have more content than the very small item.
+
I have lots of content.
+ So much content that I don't know where it is all going to go.
+ I'm glad that CSS is pretty good at dealing with situations where we
+ end up with more words than expected!
+
+
+
\ No newline at end of file
diff --git a/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_46.css b/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_46.css
new file mode 100644
index 00000000..afe51277
--- /dev/null
+++ b/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_46.css
@@ -0,0 +1,20 @@
+.container {
+ height: 95vh;
+ border: 1px solid blue;
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ justify-content: center;
+ align-content: center;
+ border-radius: 20px;
+ }
+
+.block {
+ border-radius: 10px;
+ background-color: #4961ff;
+ color: white;
+ flex: 0 1 auto;
+ align-self: auto;
+ width: 15%;
+padding: 10px;
+ }
diff --git a/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_46.html b/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_46.html
new file mode 100644
index 00000000..fb14a331
--- /dev/null
+++ b/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_46.html
@@ -0,0 +1,19 @@
+
+
+
+
+
css_46
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_47.css b/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_47.css
new file mode 100644
index 00000000..afd299f4
--- /dev/null
+++ b/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_47.css
@@ -0,0 +1,20 @@
+.container {
+ display: flex;
+ justify-content: space-around;
+ background-color: #ddd9d9;
+ width: 98%;
+ padding: 10px ;
+
+ gap: 100px;
+}
+
+.block
+ {
+ background-color: #4961ff;
+ border: 2px solid #6aa2f0;
+ color: white;
+ font-weight: bold;
+ border-radius: 8px;
+ padding: 18px;
+ flex: 1;
+}
\ No newline at end of file
diff --git a/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_47.html b/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_47.html
new file mode 100644
index 00000000..366423d9
--- /dev/null
+++ b/TPSI/ruscica_lorenzo/esercitazioni_css/ruscica_esercizio_css_47.html
@@ -0,0 +1,31 @@
+
+
+
+
+