v4 added, php boilerplate added

This commit is contained in:
2023-02-27 13:15:43 +01:00
parent cf4f7fd9ba
commit 50f196849b
6 changed files with 114 additions and 0 deletions

12
v4/css/style.css Normal file
View File

@@ -0,0 +1,12 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.nav {
display: flex;
}