12b. სატესტო პროექტის მომზადება
17:14ვიდეო გაკვეთილი
App Component CSS:
:host { display: flex; flex-direction: row; align-items: center; justify-content: space-around; } New Message Component CSS:
:host { form { display: flex; flex-direction: column; align-items: center; p { display: flex; flex-direction: column; align-items: center; } } } Info Message Component CSS:
:host { p:first-child { padding: 10px; background-color: antiquewhite; } } Counter Component CSS:
1:host {
2 p {
3 display: flex;
4 gap: 10px;
5 }
6}
7