Ripristino template originale

This commit is contained in:
2026-08-19 17:56:28 +01:00
commit f146db4aed
23 changed files with 833 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
html { scroll-behavior: smooth; }
*{ box-sizing: border-box; margin:0; padding:0;}
.main-nav{
display:flex;
width:100%;
gap: 1rem;
align-items: center;
justify-content: flex-start;
list-style-type: none;
padding:1rem;
}
.main-nav a {
text-decoration: none;
}