diff --git a/src/components/HomePage/HomePage.html b/src/components/HomePage/HomePage.html index 38b97c7..2298f88 100644 --- a/src/components/HomePage/HomePage.html +++ b/src/components/HomePage/HomePage.html @@ -1,9 +1,52 @@
- - Home - Guest - Inverti ordine - + + Nome Home + Nome Guest + + +
+
Formazione Home
+
+ + + + + + + +
+ + + + + + +
+
+ +
+
Formazione Guest
+
+ + + + + + + +
+ + + + + + +
+
+
+ + Inverti ordine + Ok
diff --git a/src/style.css b/src/style.css index 03f06b1..166e800 100644 --- a/src/style.css +++ b/src/style.css @@ -121,4 +121,44 @@ button:focus-visible { background-color: rgb(206, 247, 3); color: blue; border-radius: 5px; +} + +.campo-config { + display: flex; + flex-direction: column; + align-items: center; +} + +.campo-pallavolo { + border: 3px solid #999; + background-color: rgba(205, 133, 63, 0.25); + position: relative; + width: 220px; + height: 220px; + display: flex; + flex-direction: column; + padding: 0; +} + +.fila-anteriore { + height: 33.33%; + display: flex; + align-items: center; + justify-content: center; + padding: 5px; +} + +.fila-posteriore { + height: 66.67%; + display: flex; + align-items: center; + justify-content: center; + padding: 5px; +} + +.linea-tre-metri { + border-top: 2px solid #666; + width: 100%; + height: 0; + margin: 0; } \ No newline at end of file