diff options
Diffstat (limited to 'sandbox/test-projekat-danijel/frontend/src/app/page-two/page-two.component.html')
-rw-r--r-- | sandbox/test-projekat-danijel/frontend/src/app/page-two/page-two.component.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sandbox/test-projekat-danijel/frontend/src/app/page-two/page-two.component.html b/sandbox/test-projekat-danijel/frontend/src/app/page-two/page-two.component.html new file mode 100644 index 00000000..24719f71 --- /dev/null +++ b/sandbox/test-projekat-danijel/frontend/src/app/page-two/page-two.component.html @@ -0,0 +1,7 @@ +<button type="button" (click)="goToAddColor()">DODAJ BOJU</button><br><br> + +<div style="display: flex; flex-direction: column-reverse;" *ngIf="colors"> + <div *ngFor="let color of colors" [style.backgroundColor]="color" style="width: 100%; height: 100px;"> + + </div> +</div>
\ No newline at end of file |