Landing & contact page done, services & prices missing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user