Revert del padding + modifica percorsi perché la gente è handicappata

This commit is contained in:
La Programmatrice Verde 2025-02-24 14:53:41 +01:00
parent 7e178955c2
commit e4ad8ef2ed
3 changed files with 37 additions and 39 deletions

View File

@ -3,9 +3,9 @@
<head>
<meta http-equiv="content-type" content="text/html" charset="utf-8" />
<title>Milites Christi</title><!--modifica-->
<link id="favicon" rel="icon" href="/favicon2.png" />
<link rel="stylesheet" href="/style.css" />
<script src="/script.js"></script>
<link id="favicon" rel="icon" href="../../favicon2.png" />
<link rel="stylesheet" href="../../style.css" />
<script src="../../script.js"></script>
</head>
<body>
<div id="corpo">

View File

@ -3,9 +3,9 @@
<head>
<meta http-equiv="content-type" content="text/html" charset="utf-8" />
<title>Milites Christi</title><!--modifica-->
<link id="favicon" rel="icon" href="/favicon2.png" />
<link rel="stylesheet" href="/style.css" />
<script src="/script.js"></script>
<link id="favicon" rel="icon" href="../../favicon2.png" />
<link rel="stylesheet" href="../../style.css" />
<script src="../../script.js"></script>
</head>
<body>
<div id="corpo">

View File

@ -75,10 +75,7 @@ nav ul {
nav ul>li {
display: inline-block;
position: relative;
padding-left: 20px;
padding-right: 20px;
}
nav a {
color: black;
text-decoration: none;
@ -112,4 +109,5 @@ nav ul ul li {
white-space: nowrap;
}
/*Da qui potete inserire tutto il layout della vostra pagina*/