Untitled
body { font-family: Arial, sans-serif; margin: 20px; font-size: 12px; line-height: 1.4; } .page-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 30px; } .company-logo, .qr-code { width: 100px; height: 100px; border: 1px solid #ccc; display: flex; align-items: center; justify-content: center; background: #f0f0f0; } .header-right { display: flex; gap: 20px; } .company-info { margin-bottom: 20px; } .efatura-title { text-align: center; margin: 20px 0; font-weight: bold; border-bottom: 1px solid #ccc; padding-bottom: 10px; } table { width: 100%; border-collapse: collapse; margin-bottom: 20px; } th, td { border: 1px solid #000; padding: 8px; text-align: left; } .total-section { text-align: right; margin-top: 20px; background-color: #f0f0f0; padding: 10px; } .bank-info { margin-top: 20px; } .notes { margin: 20px 0; font-weight: bold; }
Leave a Comment