mirror of
https://gitlab.com/tutorial-java-rafa-munoz/tutorial-java-2024-25/LMSGI-2024-25.git
synced 2025-11-09 18:03:06 +01:00
57 lines
553 B
HTML
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;
|
|
}
|
|
|
|
|
|
|
|
|