Skip to content

Commit b6497a3

Browse files
Update styles.css
1 parent ffb8479 commit b6497a3

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

styles.css

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,4 +1505,28 @@ body {
15051505
/* Contact Info specific social alignment */
15061506
.contact-info-card .social-links {
15071507
justify-content: flex-start;
1508-
}
1508+
}
1509+
1510+
1511+
// chatbot
1512+
.floating-icon {
1513+
position: fixed;
1514+
bottom: 20px; /* distance from bottom */
1515+
left: 50%; /* move to horizontal center */
1516+
transform: translateX(-50%); /* perfect centering */
1517+
1518+
width: 60px;
1519+
height: 60px;
1520+
1521+
background: #000;
1522+
color: #fff;
1523+
1524+
display: flex;
1525+
align-items: center;
1526+
justify-content: center;
1527+
1528+
border-radius: 50%;
1529+
cursor: pointer;
1530+
1531+
z-index: 9999; /* stays above other elements */
1532+
}

0 commit comments

Comments
 (0)