Initial commit, basic web page with reagent component is working
This commit is contained in:
commit
5aac0474c1
13 changed files with 2103 additions and 0 deletions
20
resources/public/style.css
Normal file
20
resources/public/style.css
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #eee;
|
||||
color: #222;
|
||||
font-family: sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue