.card:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); } .container { padding: 2px 16px; } .body { width: 1000px; } @media print { body:after { content: url(../images/QRCard1.png); } } @page { size:A4 landscape; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; margin: 0; -webkit-print-color-adjust: exact; } @media screen and (min-width: 480px) { .card { box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; width: 600px; height: 300px; background-image: url("../images/QRCard1.png"); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)