Contact Us
Contact Us
Contact Us
Welcome to Mohibz Tahiri!
Feel free to reach out if you have any questions about the site or need assistance.
We will get back to you as soon as possible!
Thank you for contacting us!
Have a great day!
This page is generated with the help of
Contact Us Page Generator
/* Floating button styling */
.floating-button {
position: fixed;
top: 50%; /* Center vertically */
right: 20px; /* Adjust distance from the right edge */
transform: translateY(-50%); /* Center alignment */
background-color: #007bff;
color: white;
border: none;
border-radius: 50%;
width: 60px;
height: 60px;
font-size: 18px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
cursor: pointer;
z-index: 1000;
}
/* Dropdown menu styling */
.dropdown-menu {
display: none;
position: fixed;
top: 50%; /* Align with the button vertically */
right: 90px; /* Adjust distance from the button */
transform: translateY(-50%);
background-color: white;
border: 1px solid #ccc;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
z-index: 1000;
}
Post a Comment
0Comments