34 lines
597 B
CSS
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;
|
|
} |