last state

This commit is contained in:
2026-02-02 16:15:53 -06:00
parent 5e46fa06f1
commit eef316402c
5 changed files with 592 additions and 93 deletions

View File

@@ -29,6 +29,7 @@
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 2px solid #333;
position: relative;
}
.company-info {
@@ -193,6 +194,14 @@
.logo-size {
height: 40px;
}
.document-type {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
color: #333;
position: absolute;
bottom: 0;
}
</style>
</head>
<body>
@@ -219,6 +228,7 @@
accounting@bayarea-cc.com
</div>
</div>
<div class="document-type">INVOICE</div>
</div>
<div class="bill-to-section">

View File

@@ -29,6 +29,7 @@
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 2px solid #333;
position: relative;
}
.company-info {
@@ -193,6 +194,14 @@
.logo-size {
height: 40px;
}
.document-type {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
color: #333;
position: absolute;
bottom: 0;
}
</style>
</head>
<body>
@@ -219,6 +228,7 @@
support@bayarea-cc.com
</div>
</div>
<div class="document-type">QUOTE</div>
</div>
<div class="bill-to-section">