Horje
set margin to none inside print Code Example
set margin to none inside print
body{
  margin: 25mm 25mm 25mm 25mm;
}
@media print {
  body {
    margin: 0;
    box-shadow: none;
  }
}




Css

Related
How to use css on a react icon Code Example How to use css on a react icon Code Example
had to add a tint to a picture on css Code Example had to add a tint to a picture on css Code Example
flexbox Code Example flexbox Code Example
make element no styles Code Example make element no styles Code Example
zoom in to picture on html css Code Example zoom in to picture on html css Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8