GITLAB

Comunidad Desarrollo UBV / Arcu2

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • arcu2
  • ..
  • css
  • demo.css
  • 74c93ed64   proyecto de arcu con correcciones: contador de caracteres especiales en la resolución Browse Code »
    root
    2021-09-28 06:49:00 -0400  
demo.css 172 Bytes
edit raw blame history permalink
1 2 3 4 5 6 7 8 9
html,
body {
	background-attachment:fixed;
	background-position:50% 50%;
	background-size:cover;
	margin:0;
	padding:0;
}
.bg-pic { background-image:url("../img/bg.jpg"); }