🤡 Mockup of default html/css page for center divi
This commit is contained in:
parent
9c6f44fac0
commit
9691a53840
2 changed files with 19 additions and 0 deletions
8
web_dev_defaults/default_styles.css
Normal file
8
web_dev_defaults/default_styles.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
body {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue