Compare commits

...

2 Commits

Author SHA1 Message Date
3626b52562 fix text2 2024-01-29 14:52:15 +07:00
aaed39027d fix text2 2024-01-29 14:48:53 +07:00
6 changed files with 51 additions and 18 deletions

View File

@ -14355,7 +14355,7 @@
<div class="sqs-block-content"> <div class="sqs-block-content">
<div class="sqs-html-content"> <div class="sqs-html-content">
<h4 style="white-space: pre-wrap"> <h4 style="white-space: pre-wrap">
©2022 PT Empat Nusa Bangsa. All Rights Reserved. ©2024 PT Empat Nusa Bangsa. All Rights Reserved.
</h4> </h4>
</div> </div>

View File

@ -10289,21 +10289,61 @@
background-color: #2C2123; background-color: #2C2123;
color: white; color: white;
text-decoration: none; text-decoration: none;
border-radius: 10px;
cursor: pointer;
}
button img {
position: relative;
left: 25px;
margin-right: 33px;
}
@media screen and (max-width:780px) {
.button-container {
display: flex;
gap: 20px;
}
.container {
border: 1px solid white;
padding: 0%;
display: flex;
justify-content: space-between;
align-items: center;
}
button {
display: flex;
align-items: center;
padding: 5px 10px;
width: 111px;
border: none;
background-color: #2C2123;
color: rgb(234, 232, 239);
text-decoration: none;
border-radius: 5px; border-radius: 5px;
cursor: pointer; cursor: pointer;
} }
button img { button img {
position: relative;
max-width: 40px; left: 5px;
margin-right: 29px; margin-right: 5px;
} }
}
</style> </style>
<div class="border"> <div class="border">
@ -10313,7 +10353,7 @@
<button> <button>
<img src="whatsapp (1).png" alt="whatsapp" width="30px" height="30px"> <img src="whatsapp (1).png" alt="whatsapp" width="30px" height="30px">
<span><b>Whatsapp</b><span> <b>Whatsapp</b>
</button> </button>
</div> </div>
@ -10339,7 +10379,7 @@
<div class="hero-container"> <div class="hero-container">
<button> <button>
<img src="gmail (1).png" alt="whatsapp" width="30px" height="30px"> <img src="gmail (1).png" alt="whatsapp" width="30px" height="30px">
<span><b>Email</b></span> <b>Email</b>
</button> </button>
</div> </div>
@ -10350,12 +10390,7 @@
<img src="location.png" alt="location" width="30px" height="30px"> <img src="location.png" alt="location" width="30px" height="30px">
<a href="https://maps.app.goo.gl/SSXY1YoP5NZekLYe8" class="button"><b>location</b></a> <a href="https://maps.app.goo.gl/SSXY1YoP5NZekLYe8" class="button"><b>location</b></a>
</button> </button>
</div> </div>
</div> </div>
</div> </div>

BIN
gmail (1).png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -14355,9 +14355,7 @@
> >
<div class="sqs-block-content"> <div class="sqs-block-content">
<div class="sqs-html-content"> <div class="sqs-html-content">
<h4 style="white-space: pre-wrap"> <h4 style="white-space: pre-wrap">©2024 PT Empat Nusa Bangsa. All Rights Reserved.</h4>
©2024 PT Empat Nusa Bangsa. All Rights Reserved.
</h4>
</div> </div>
<style> <style>

BIN
location.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
whatsapp (1).png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB