Initial commit
This commit is contained in:
11
src/App.css
Normal file
11
src/App.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.App {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
background-image: url('./assets/images/background.jpg');
|
||||
background-size: cover;
|
||||
}
|
||||
Reference in New Issue
Block a user