diff --git a/index.php b/index.php index e826e96..d65491e 100644 --- a/index.php +++ b/index.php @@ -28,6 +28,8 @@ if ($resultDispositivi === false){

Benvenuto, !

Logout

+ +

Tempo Totale di Utilizzo Giornaliero per Fascia d'Età

diff --git a/style.css b/style.css index e7f211a..3e06d02 100644 --- a/style.css +++ b/style.css @@ -33,7 +33,7 @@ h1 { h2 { font-size: 2rem; - margin-bottom: 30px; + margin-bottom: 5px; } p { @@ -141,6 +141,14 @@ p[style*="color: green"] { color: #51cf66 !important; } +/* Horizontal Rule */ +hr { + border: none; + height: 2px; + background: linear-gradient(90deg, transparent, #00d4ff, transparent); + margin: 30px 0; +} + /* Table Styles */ table { width: 100%;