This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>Sample Paystub — PEACE OF MIND SERVICES LLC </title> | |
| <meta name="viewport" content="width=device-width,initial-scale=1" /> | |
| <style> | |
| body { font-family:"Helvetica Neue",Arial,sans-serif; color:#111; margin:0; padding:20px; background:#f4f6f8; } | |
| .stub { max-width:900px; margin:20px auto; background:white; padding:24px; border-radius:6px; box-shadow:0 2px 8px rgba(0,0,0,0.06); } | |
| header { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:18px; } |