Skip to content

Instantly share code, notes, and snippets.

@ferminc
ferminc / print.html
Last active March 25, 2025 20:25
CSS @page support test in Chrome (page counter, header, footer)
<!DOCTYPE html>
<html>
<head>
<style>
@page {
size: A5 portrait;
margin-top: 15mm;
margin-bottom: 30mm;