first commit

This commit is contained in:
José Conde
2023-11-30 19:25:50 +01:00
parent 61c4bd5738
commit 6cc2d320a5
9 changed files with 26609 additions and 0 deletions

View File

@ -0,0 +1,19 @@
body {
font-family: Helvetica, Arial, sans-serif
}
h1 {
background-color: #2a5599;
color: #FFFFFF;
padding: 5px;
}
.mainView {
display: flex;
flex-grow: 1;
}
.mainView div {
border: solid 1px #000000;
width: 100%;
}