creation of Header component

This commit is contained in:
2025-10-26 20:44:54 +01:00
parent 5b55ae6994
commit b6a15f61f3
6 changed files with 250 additions and 10 deletions
@@ -1,5 +1,6 @@
/* BACKGROUND ////////////////////////////////////////////////////////*/
.background-container {
z-index: 0;
margin: 0;
padding: 0;
min-height: 100vh;
@@ -47,8 +48,8 @@
width: 500px;
height: 500px;
background-color: rgb(244, 244, 172);
bottom: 0%;
right: 0%;
bottom: 0;
right: 0;
}
.circle-5 {