Validazione W3C - Correzione errori
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel=" stylesheet" href="./style.css" type="text/css" media="screen">
|
<link rel=" stylesheet" href="./style.css" type="text/css" media="screen">
|
||||||
<link rel="icon" type="image/x-icon" href="./Icon/favicon.svg">
|
<link rel="icon" type="image/x-icon" href="./Icon/favicon.svg">
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="./style.css" type="text/css" media="screen">
|
<link rel="stylesheet" href="./style.css" type="text/css" media="screen">
|
||||||
<link rel="icon" type="image/x-icon" href="./Icon/favicon.svg">
|
<link rel="icon" type="image/x-icon" href="./Icon/favicon.svg">
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel=" stylesheet" href="./style.css" type="text/css" media="screen">
|
<link rel=" stylesheet" href="./style.css" type="text/css" media="screen">
|
||||||
<link rel="icon" type="image/x-icon" href="./Icon/favicon.svg">
|
<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
|
<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>.
|
<span class="highlightme">n</span> oppure alla precedente premendo il tasto <span class="highlightme">N</span>.
|
||||||
</p>
|
</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>
|
maiuscole e minuscole.</p>
|
||||||
<p>Esempio: <span class="highlightme">/\cLa_mia_ricerca</span></p>
|
<p>Esempio: <span class="highlightme">/\cLa_mia_ricerca</span></p>
|
||||||
|
|
||||||
|
@@ -1,8 +1,9 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
<html lang="it">
|
<html lang="it">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="./style.css" type="text/css" media="screen">
|
<link rel="stylesheet" href="./style.css" type="text/css" media="screen">
|
||||||
<link rel="icon" type="image/x-icon" href="./Icon/favicon.svg">
|
<link rel="icon" type="image/x-icon" href="./Icon/favicon.svg">
|
||||||
@@ -103,4 +104,4 @@
|
|||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="./style.css" type="text/css" media="screen">
|
<link rel="stylesheet" href="./style.css" type="text/css" media="screen">
|
||||||
<link rel="icon" type="image/x-icon" href="./Icon/favicon.svg">
|
<link rel="icon" type="image/x-icon" href="./Icon/favicon.svg">
|
||||||
@@ -193,4 +193,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
20
style.css
20
style.css
@@ -11,26 +11,6 @@
|
|||||||
font-weight: normal;
|
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*/
|
/*HOMEPAGE*/
|
||||||
|
Reference in New Issue
Block a user