WIP
This commit is contained in:
25
src/scss/flex-text-over-image-b.scss
Normal file
25
src/scss/flex-text-over-image-b.scss
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
.text-over-image-b {
|
||||||
|
background-position: center;
|
||||||
|
background-size: cover;
|
||||||
|
|
||||||
|
.content-wrapper {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
|
||||||
|
.content {
|
||||||
|
background-color: rgba($c-white, 0.8);
|
||||||
|
padding: 6rem 2rem;
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
@extend .goudy;
|
||||||
|
font-size: 70px;
|
||||||
|
line-height: 77px;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
color: $c-navy;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user