Posts

Showing posts from July, 2025

33

 <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 20px; } .invoice-container { max-width: 780px; /* Adjust as needed */ margin: 0 auto; border: 1px solid #ccc; padding: 20px; } .geek-squad-logo { font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 20px; } .invoice-details p { margin: 5px 0; } .invoice-items { width: 100%; border-collapse: collapse; margin-top: 20px; } .invoice-items th, .invoice-items td { border: 1px solid #ccc; padding: 10px; } .invoice-total { margin-top: 20px; text-align: right; font-weight: bold; } </style> </head> <body> <div class="invoice-container"> <table style="margin-right: calc(4%); width: 96%;"> <tbody> <tr> <td style="width: 31.8916%;"><img src="...