Files
LMSGI-2024-25/Unidad_06_XSL/Tutorial/xml-xsl-ejercicicio13.xsl.html
2025-04-07 12:01:02 +02:00

57 lines
553 B
HTML

Superheroes
Superhéroes de Marvel
0
body {
margin: 50px;
padding: 0px;
background: #2372DE;
font-family: 'Open Sans', sans-serif;
font-size: 11pt;
color: #FFFFFF;
text-align:center;
}
img {
width: 200px;
}
.tituloTabla {
text-align:center;
padding:15px;
background-color:#330099;
font-weight:bold;
}