Skip to content

Commit

Permalink
added illustrator
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivamJoker committed Aug 20, 2020
1 parent 9425db0 commit ae80e8a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
</div>
</div>
</section>
<div class="image-vector"></div>

<script src="index.js"></script>
</body>

Expand Down
11 changes: 11 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,23 @@ body {
height: 98vh;
}

.image-vector{
width: 50vw;
height: 50vh;
background: url(/undraw-upload.svg) no-repeat center;
background-size: contain;

}

body,
.upload-container,
.drop-zone {
display: flex;
align-items: center;
justify-content: center;
}
.upload-container,
.drop-zone {
flex-direction: column;
}

Expand Down
Loading

0 comments on commit ae80e8a

Please sign in to comment.