This commit is contained in:
parent
6c26caab00
commit
4f8765840a
@ -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;
|
||||||
|
}
|
@ -1,5 +1,7 @@
|
|||||||
|
<div class="send_post">
|
||||||
|
<h4>Поведай миру что-нибудь хорошее.</h4>
|
||||||
|
<input type="text" size="60" placeholder="Печатать сюда" #textToPost>
|
||||||
<p>
|
<p>
|
||||||
<button (click)="sendPost(textToPost.value)">Отправить</button>
|
<button (click)="sendPost(textToPost.value)">Отправить</button>
|
||||||
</p>
|
</p>
|
||||||
<input type="text" size="80" value="Печатать сюда" #textToPost>
|
</div>
|
||||||
<p></p>
|
|
||||||
|
Reference in New Issue
Block a user