• Rivenditore autorizzato Microsoft - Soddisfatti o rimborsati
  • Rivenditore autorizzato Microsoft - Soddisfatti o rimborsati

d

<html>  <head>      <link rel="stylesheet" href="style.css">  </head>   <body>      <span style="width: 100%;text-align: center;">          <p style="font-size: 50px;">Benvenuto utente</p>     </span>      <div style="position:relative;border: solid 1px black; height: 70%;width: 80%;margin-left: 10%;">                     <div onclick="location.href='https://www.google.com/';"   class="dashbutton"  style="position:absolute;border: solid 1px black; width: 40%;height: 40%;margin: 3%;margin-left: 7%;text-align: center;display: flex;         justify-content: center;         align-items: center;">              <span style="font-size: 50px;">GESTIONE <br> MAGAZZINO</span>                  </div>          <div class="dashbutton" style="position:absolute;border: solid 1px black; width: 40%;height: 40%;margin: 3%;margin-top: 23%;margin-left: 7%;text-align: center;display: flex;         justify-content: center;         align-items: center;">              <span style="font-size: 50px;">GESTIONE <br> VENDITE</span>                                 </div>          <div class="dashbutton" style="position:absolute;border: solid 1px black; width: 40%;height: 40%;margin: 3%;margin-left: 53%;text-align: center;display: flex;         justify-content: center;         align-items: center;">              <span style="font-size: 50px;">GESTIONE <br> VENDITORI</span>                            </div>          <div class="dashbutton" style="position:absolute;border: solid 1px black; width: 40%;height: 40%;margin: 3%;margin-top: 23%;margin-left: 53%;text-align: center;display: flex;         justify-content: center;         align-items: center;">               <span style="font-size: 50px;">GESTIONE <br> CLIENTI</span>                            </div>           </div>                                             </div>     </body>        </html>