updated content

CSS grid
CSS custom fonts
CSS variables
This commit is contained in:
nico 2023-12-08 11:07:59 +01:00
parent 4888d7e765
commit 4fc0dd20f8
59 changed files with 3409 additions and 2463 deletions

2
docs/.vitepress/config.js Normal file → Executable file
View file

@ -91,6 +91,7 @@ export default {
{ text: "Introduction débutant", link: "/dev/01-debutant/" },
{ text: "HTML débutant", link: "/dev/01-debutant/html" },
{ text: "CSS débutant", link: "/dev/01-debutant/css" },
{ text: "Typographie", link: "/dev/01-debutant/typographie" },
],
},
{
@ -102,6 +103,7 @@ export default {
link: "/dev/02-intermediaire/",
},
// { text: "HTML intermédiaire", link: "/dev/02-intermediaire/html" },
{ text: "CSS", link: "/dev/02-intermediaire/css" },
{ text: "JavaScript", link: "/dev/02-intermediaire/javascript" },
{ text: "Git", link: "/dev/02-intermediaire/git" },
{ text: "Node.js", link: "/dev/02-intermediaire/nodejs" },