first commit

This commit is contained in:
Val Jenson
2025-06-14 19:08:52 +02:00
commit f74d81fba4
40 changed files with 2807 additions and 0 deletions

10
css/contact.css Normal file
View File

@@ -0,0 +1,10 @@
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
header {
background-color: rgb(122, 97, 179);
padding: 15px;
}