Landing & contact page done, services & prices missing

This commit is contained in:
ASOwnerYT
2024-12-04 17:56:32 +13:00
parent 022f5123cf
commit a7552a9323
16 changed files with 450 additions and 62 deletions
+22
View File
@@ -0,0 +1,22 @@
.header {
position: relative;
height: 10em;
margin-bottom: 3.5em;
}
.header img {
filter: brightness(50%);
}
.textbox {
color: white;
position: absolute;
width: 100%;
top: 50%;
transform: translate(0%, -50%);
}
.textboxInner h1 {
font-size: 2.5em;
margin-bottom: 0;
}