A dashboard-style admin interface built using CSS Grid, with a Flexbox fallback for older browsers.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="ui middle aligned center aligned grid container"> | |
<div class="ui fluid segment"> | |
<input type="file" (change)="fileEvent($event)" class="inputfile" id="embedpollfileinput" /> | |
<label for="embedpollfileinput" class="ui huge red right floated button"> | |
<i class="ui upload icon"></i> | |
Upload image | |
</label> | |
<input type="file" (change)="fileEvent($event)" class="inputfile" id="embedpollfileinput" /> |