Skip to content

Commit 85ccaed

Browse files
author
Stephen Herron
committed
Adding page header and a base font-family style
1 parent ab18e07 commit 85ccaed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/App.vue

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<style>
2+
* {
3+
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
4+
}
25
form{
36
display: block;
47
height: 400px;
@@ -49,7 +52,9 @@ progress{
4952
</style>
5053

5154
<template>
55+
5256
<div id="file-drag-drop">
57+
<h1>Upload Files with Vue and Axios</h1>
5358
<form ref="fileform">
5459
<span class="drop-files">Drop the files here!</span>
5560
</form>

0 commit comments

Comments
 (0)