back + CSSinfosJS + liveJS + columns

This commit is contained in:
bonnebulle
2025-10-15 12:14:42 +00:00
parent 129f436475
commit 44a3e815c7
6 changed files with 314 additions and 15 deletions

24
public_0/style.css Normal file
View File

@@ -0,0 +1,24 @@
body {
font-family: sans-serif;
margin: auto;
max-width: 1280px;
}
.navbar {
background-color: #FFF;
border-radius: 2px;
max-width: 800px;
}
.navbar a {
color: #000;
display: inline-block;
font-size: 15px;
padding: 10px 10px 10px 0;
text-decoration: none;
}
.navbar a:hover {
color: #ffffff;
}