Skip to content

Instantly share code, notes, and snippets.

@elldotbas
elldotbas / index.html
Created January 7, 2019 11:03
semantic-ui file upload
<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" />
@elldotbas
elldotbas / css-grid-admin-dashboard.markdown
Created January 5, 2019 13:18
CSS Grid Admin Dashboard

CSS Grid Admin Dashboard

A dashboard-style admin interface built using CSS Grid, with a Flexbox fallback for older browsers.

A Pen by Max Böck on CodePen.

License.