přidán první navrh stránky

This commit is contained in:
archos
2024-06-11 20:54:08 +02:00
parent 6982f1403e
commit 0f93fc31be
5 changed files with 190 additions and 0 deletions

16
styly.css Normal file
View File

@ -0,0 +1,16 @@
body {
padding: 20px;
}
h1 {
margin-bottom: 20px;
}
table {
width: 100%;
}
th, td {
text-align: left;
}
.account-balance {
font-size: 1.5em;
margin-bottom: 20px;
}