terminal-gugler/estilo.css
Marcos Elias Rios Nuñez 5828109083 Comit inicial
2024-12-15 11:53:42 -03:00

34 lines
597 B
CSS

body {
background-image: url("fondo2.jpeg");
background-size: cover;
background-color: transparent;
width: 95%!important;
}
footer {
background-image: url("fondo.png");
background-color: transparent;
background-size: cover;
background-position: right bottom;
width: 95%!important;
}
.term {
font-family: courier,fixed,swiss,monospace,sans-serif;
font-size: 15px;
color: #f0f0f0;
background: #000000;
padding-left: 23px;
}
.container {
width: 95%!important;
}
.termReverse {
color: #000000;
background: #00ff00;
}