mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 08:12:36 +02:00
13 lines
176 B
Cheetah
13 lines
176 B
Cheetah
body {
|
|
color: #000;
|
|
background: #FFF;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: {{ .PageWidth }}px;
|
|
height: {{ .PageHeight }}px;
|
|
}
|
|
|
|
div {
|
|
margin:0;
|
|
padding:0;
|
|
} |