This commit is contained in:
2023-12-11 13:59:53 +01:00
parent efe1b83c62
commit 773da8d2dd
5 changed files with 333 additions and 73 deletions

View File

@@ -8,18 +8,75 @@
outline: none;
}
h2{
text-decoration: underline overline red;
body {
background-image: url("../imagenes/fondo_plano.jpg");
background-repeat: no-repeat;
background-size: cover;
font-family: Arial, Helvetica, sans-serif;
padding: 10px;
}
dl{
margin-left: 50px;
.boton_menu {
margin: 0.2em;
color: #1a89dc;
font-size: 40px;
}
p{
padding: 0.5rem;
.prueba {
text-align: center;
}
nav{
hr {
width: 100%;
background-color: #1a89dc;
height: 2px;
}
h2,
h3,
p {
padding: 1em;
}
h2 {
color: #1a89dc;
}
table {
width: 90%;
margin: auto;
color: #1a89dc;
font-weight: bold;
}
table tr td img {
width: 90%;
max-width: 300px;
}
table tr td {
text-align: center;
}
dl {
font-weight: bold;
font-size: larger;
padding: 1em;
}
dl dt {
color: #1a89dc;
}
ul {
color: #1a89dc;
width: 300px;
margin: auto;
font-weight: bold;
}
/* nav{
position: sticky;
top: 0;
width: 100%;
background-color: white;
}
} */