add background image to app
This commit is contained in:
36
src/assets/bg.svg
Normal file
36
src/assets/bg.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 3.9 MiB |
@@ -5,8 +5,10 @@
|
||||
|
||||
#app {
|
||||
margin: 0 auto;
|
||||
padding: 2rem;
|
||||
padding: 2rem 4rem;
|
||||
height: 100vh;
|
||||
background-image: url( './bg.svg' );
|
||||
background-size: cover;
|
||||
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user