Validazione W3C - Correzione errori

This commit is contained in:
PicciHud 2022-05-25 15:30:09 +02:00
parent 013d36b178
commit ab71379216
6 changed files with 9 additions and 28 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Firefox">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=" stylesheet" href="./style.css" type="text/css" media="screen">
<link rel="icon" type="image/x-icon" href="./Icon/favicon.svg">

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Firefox">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css" type="text/css" media="screen">
<link rel="icon" type="image/x-icon" href="./Icon/favicon.svg">

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Firefox">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=" stylesheet" href="./style.css" type="text/css" media="screen">
<link rel="icon" type="image/x-icon" href="./Icon/favicon.svg">
@ -403,7 +403,7 @@
<p>Se fosse presente più di una corrispondenza, è possibile passare alla parola successiva premendo il tasto
<span class="highlightme">n</span> oppure alla precedente premendo il tasto <span class="highlightme">N</span>.
</p>
<p>Suggerimento: l'opzione <spa class="highlightme">\c</spa> esegue una ricerca senza distinzione tra
<p>Suggerimento: l'opzione <span class="highlightme">\c</span> esegue una ricerca senza distinzione tra
maiuscole e minuscole.</p>
<p>Esempio: <span class="highlightme">/\cLa_mia_ricerca</span></p>

View File

@ -1,8 +1,9 @@
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Firefox">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css" type="text/css" media="screen">
<link rel="icon" type="image/x-icon" href="./Icon/favicon.svg">
@ -103,4 +104,4 @@
</body>
</html>
</html>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Firefox">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css" type="text/css" media="screen">
<link rel="icon" type="image/x-icon" href="./Icon/favicon.svg">
@ -193,4 +193,4 @@
</div>
</body>
</html>
</html>

View File

@ -11,26 +11,6 @@
font-weight: normal;
}
/*SCROLL-BAR*/
::-webkit-scrollbar {
-webkit-appearance: none;
}
::-webkit-scrollbar-track {
background-color: #ee6ef1;
/*sfondo*/
}
::-webkit-slider-thumb {
background-color: #800d83;
/*colore della barra*/
}
::-webkit-scrollbar:vertical {
width: 10px;
/*larghezza della barra*/
}
/*---------------------------------------------------------------------------*/
/*HOMEPAGE*/