PHP/JavaScript webapp to analyse spending habits
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

layout.css 91B

123456
  1. body {
  2. font-family: sans-serif;
  3. font-size: 16px;
  4. margin: 50px;
  5. max-width: 800px;
  6. }