add animated background
Some checks failed
Frontend Build and Deploy / build (push) Failing after 12s
Some checks failed
Frontend Build and Deploy / build (push) Failing after 12s
This commit is contained in:
14
src/App.css
14
src/App.css
@@ -1,5 +1,17 @@
|
||||
#root {
|
||||
margin: 0 auto;
|
||||
padding: 2rem;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Ensure body and html have no margins/padding for full screen background */
|
||||
body, html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
Reference in New Issue
Block a user