and I have this CSS: """ .chatbot-container { wi...
# 🌎general
f
and I have this CSS: """ .chatbot-container { width: 50vw; height: 80vh; background-color: rgb(25, 25, 25); } .center-div { width: 50vw; height: 80vh; background-color: rgb(102, 71, 255); border-radius: 15px; padding: 10px; color: white; display: flex; justify-content: center; align-items: center; text-align: center; } @media only screen and (max-width: 600px) { .center-div { height: 40vh; width: 80vw; background-color: rgb(102, 71, 100); border-radius: 15px; padding: 5px; color: white; display: flex; justify-content: center; align-items: center; text-align: center; } } """
2 Views