posting frame
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
RakVhalate 2022-10-22 22:41:06 +10:00
parent 6c26caab00
commit 4f8765840a
2 changed files with 17 additions and 5 deletions

View File

@ -0,0 +1,10 @@
.send_post {
border-width: 1;
border-color: rgb(190,190,190);
border-style: solid;
background-color: #F0D0B6;
border-radius: 5px;
width: 500px;
word-break: break-word;
word-wrap: break-word;
}

View File

@ -1,5 +1,7 @@
<p>
<div class="send_post">
<h4>Поведай миру что-нибудь хорошее.</h4>
<input type="text" size="60" placeholder="Печатать сюда" #textToPost>
<p>
<button (click)="sendPost(textToPost.value)">Отправить</button>
</p>
<input type="text" size="80" value="Печатать сюда" #textToPost>
<p></p>
</p>
</div>