Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 489 Bytes

template.md

File metadata and controls

29 lines (26 loc) · 489 Bytes
<title></title> <style> * { margin: 0; padding: 0; }
	#page { 
		background: url(econews_221.png) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.pagina{ 
		width: 100%; 
		height: auto;
	}

</style>