This commit is contained in:
Kenneth Jannette
2024-04-19 21:47:58 -05:00
parent c1ca762d85
commit 5742f09995
3 changed files with 33 additions and 10 deletions

View File

@@ -56,8 +56,8 @@ section.section-one {
}
.hero-top {
font-size: 1.9rem;
color: #000;
font-size: 0.1rem;
color: #fff;
font-family: Roboto;
}
@@ -70,6 +70,19 @@ section.section-one {
line-height: 3.4rem;
}
.hero-imgbox {
background-image: url("../Assets/Images/opac_butta.png") no-repeat;
height: 700px;
width: 1200px;
z-index: 1;
}
.hero-text {
text-align: center;
width: 650px;
font-size: 1.5rem;
}
.first-section-subcontainer {
padding-top: 35px;
padding-left: 20px;
@@ -82,6 +95,9 @@ section.section-one {
width: 980px;
}
.hero-imgbox {
background: url();
}
.text-block-1 {
padding: 20px 0px;
}