SA-109 Added a new chat frame, added animation to the left and right frames

This commit is contained in:
––AsTroLog 2023-10-25 19:52:05 +00:00
parent 21f07c57c0
commit fa3f3b5a4c
2 changed files with 64 additions and 63 deletions

View File

@ -28,7 +28,8 @@
</div>
<div class="title_three_frame">What you're looking for, we will help you solve your problem and find it</div>
<div class="title_three_frame">What you're looking for, we will help you solve your problem and find it
</div>
<div class="topic">
<div class="topic_one">
@ -51,7 +52,8 @@
</div>
<div class="chat_input">
<input class="input_messages" type="text" id="chatInput" placeholder="Describe what you are looking for....">
<input class="input_messages" type="text" id="chatInput"
placeholder="Describe what you are looking for....">
<img class="button_sende" src="/images/send.svg" alt="Send message">
</div>

View File

@ -46,7 +46,6 @@
.title_two_frame {
padding-top: 2.25em;
padding-bottom: 1.5em;
color: black;
font-size: 2.5em;
text-align: center;
font-weight: 600;