basic page content
All checks were successful
App Image CI / Build app image (push) Successful in 33s
NPM Audit Check / Check NPM audit (push) Successful in -2m7s

This commit is contained in:
2025-10-15 23:51:53 -05:00
parent f653af501f
commit 054ff43229
4 changed files with 72 additions and 1 deletions

19
styles/01-layout.scss Normal file
View File

@@ -0,0 +1,19 @@
body {
font-family: Arial, Helvetica, sans-serif;
}
.right {
float: right;
}
.content {
width: 80%;
width: calc(100% - 150px);
margin: auto;
}
.chore {
line-height: 1.2em;
padding: .75em;
margin: 1em 0;
}

8
styles/02-colors.scss Normal file
View File

@@ -0,0 +1,8 @@
body {
background-color: #212121;
}
.chore {
color: #FAFAFA;
background-color: #4527A0;
}