Files
procat2/static/css/main.css
Seth Ladygo 5e45d6ea3d add bg image
2019-03-16 22:15:42 -07:00

10 lines
324 B
CSS

html {
/* https://css-tricks.com/perfect-full-page-background-image/ */
background: url("/static/img/bg-topo.png") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'Proxima Nova', Georgia, sans-serif;
}