Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need to make web design using html and css like below picture

and leave top 20 px above button upload and between buttons display borders as image below

my picture i need to do is like below

File sharing and storage made simple[^]

What I have tried:

what i try is

<input
    hidden
    type="file"
    (change)="uploadFile($event)"
/>

<button (click)="uploader.click()">
    Upload
</button>

<div style="width:400px;">
    <div style="float: left; width: 130px">
        <button
    (click)="submit()"
    mat-raised-button
    color="primary">
    Download
</button>
    </div>
    <div style="float: right; width: 225px">
        <button
    (click)="submit()"
    mat-raised-button
    color="primary">
    Export
</button>
    </div>
</div>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900