This commit is contained in:
Kelvin Samuel 2022-11-06 16:34:32 +07:00
parent b1dba13083
commit c278dbc2f5
3 changed files with 40 additions and 2 deletions

View file

@ -625,6 +625,41 @@ body {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.floating_button {
position: fixed;
right: 80px;
bottom: 50px;
text-decoration: none;
color: white;
background-color: #fe4c50;
padding: 10px 20px;
display: flex;
justify-content: center;
align-items: center;
}
.floating_button i {
font-size: 60px;
padding: 0 50px;
border-radius: 50%;
background-color: #fe4c50;
height: 90px;
width: 90px;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
}
.floating_button:hover {
color: #ffffff;
}
.floating_button i:hover {
background: #fe7c7f;
}
iframe {
display: block;
width: 100%;

View file

@ -14,7 +14,7 @@
<link href="https://fonts.googleapis.com" rel="preconnect" />
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect" />
<script
src="https://kit.fontawesome.com/e48d166edc.js"
src="https://kit.fontawesome.com/df87d635ce.js"
crossorigin="anonymous"
></script>
<link

View file

@ -590,6 +590,9 @@
</div>
</div>
</div>
<div>
</div>
<a class="floating_button" href ="https://t.me/customerservicenekoya_bot"><i class="fa-solid fa-headset fa-2xl"></i></a>
</div>
<%- include('../layouts/footer.ejs', {state: 'index'}); %>