diff --git a/javascript/JS_Esercizi 11 - API/03_utente_e_post/index.html b/javascript/JS_Esercizi 11 - API/03_utente_e_post/index.html
index e60063c..85f22fa 100644
--- a/javascript/JS_Esercizi 11 - API/03_utente_e_post/index.html
+++ b/javascript/JS_Esercizi 11 - API/03_utente_e_post/index.html
@@ -23,7 +23,7 @@
-
+
⏳ Caricamento...
diff --git a/javascript/JS_Esercizi 11 - API/03_utente_e_post/style.css b/javascript/JS_Esercizi 11 - API/03_utente_e_post/style.css
index 4df66d7..d5d4f45 100644
--- a/javascript/JS_Esercizi 11 - API/03_utente_e_post/style.css
+++ b/javascript/JS_Esercizi 11 - API/03_utente_e_post/style.css
@@ -247,3 +247,7 @@ h1 {
color: #333;
margin: 0;
}
+
+.nascosto {
+ display: none;
+}