amending author names
This commit is contained in:
parent
5cc9529d8c
commit
5376f82489
|
@ -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%;
|
||||
|
|
|
@ -28,6 +28,11 @@
|
|||
</a>
|
||||
</div>
|
||||
</section>
|
||||
<section class="services-section">
|
||||
<div class="services-contents">
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue