amending author names

This commit is contained in:
drudge 2023-07-15 19:35:55 -07:00
parent 5cc9529d8c
commit 5376f82489
2 changed files with 11 additions and 3 deletions

View file

@ -17,16 +17,19 @@ body {
}
.header-section {
section {
display: flex;
height: 100vh;
background-image: url("../img/synergy.jpg");
background-size: cover;
align-items: center;
text-align: center;
justify-content: center;
}
.header-section {
background-image: url("../img/synergy.jpg");
background-size: cover;
}
.header-contents {
background-color: rgba(255, 255, 255, 0.7);
padding: 5%;

View file

@ -28,6 +28,11 @@
</a>
</div>
</section>
<section class="services-section">
<div class="services-contents">
</div>
</section>
</div>
</body>
</html>