diff --git a/chatBot/style.css b/chatBot/style.css index d4ef8377..5d7ccf7d 100644 --- a/chatBot/style.css +++ b/chatBot/style.css @@ -2,7 +2,7 @@ .chatbot__button { position: fixed; - bottom: 35px; + bottom: 70px; right: 40px; width: 60px; height: 60px; diff --git a/img/iphone.png b/img/iphone.png index a06f6f73..09d8f35a 100644 Binary files a/img/iphone.png and b/img/iphone.png differ diff --git a/index.html b/index.html index 7ce86056..1f5b9332 100644 --- a/index.html +++ b/index.html @@ -916,6 +916,8 @@

+ + - + + diff --git a/style/style.css b/style/style.css index 6c1785fc..810345ed 100644 --- a/style/style.css +++ b/style/style.css @@ -7,7 +7,7 @@ /* background color added in HTML */ scroll-behavior: smooth; transition: 0.5s; - overflow-x: hidden; + /* overflow-x:hidden; */ font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; } @@ -1069,4 +1069,32 @@ div.c a { .popup-details p{ font-size: .6em; +} + +/* go to top */ +.go-top { + position: fixed; + width: 50px; + height: 50px; + /* color: #2a2a72; */ + background: linear-gradient(315deg, #227ebb 100%, #0a1458 20%, #243fe9 60%); + /* -webkit-background-clip: text; + -webkit-text-fill-color: transparent; */ + bottom:10px; + right: 45px; + border-radius: 50%; + text-decoration: none; + text-align: center; + line-height: 50px; + color: white; +} +@media (max-width: 769px) { + .gotop{ + right: 1.5rem; + } +} +@media (max-width: 426px) { + .gotop{ + right: 1rem; + } } \ No newline at end of file