initial commit

This commit is contained in:
2026-05-22 07:24:00 +01:00
parent 0947645601
commit ca60b38c85
16 changed files with 420 additions and 58 deletions

View File

@@ -0,0 +1,28 @@
.hero-main {
width: 100%;
height: 400px;
}
.hero-left {
width: 50%;
}
.hero-right {
width: 50%;
padding-left: 20px;
}
.hero-picture {
border-radius: 20px;
position: absolute;
width: 20%;
}
@media (max-width: 750px) {
.hero-right {
width: 100%;
padding-top: 20px;
}
}