5 667
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 17: | Linha 17: | ||
} | } | ||
.image-container .image-item { | .image-container .image-item { | ||
flex: 1 0 | flex: 1 0 45%; | ||
max-width: 45%; | max-width: 45%; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.image-container img { | .image-container img { | ||
width: | width: 200px; | ||
margin-bottom: | height: 200px; | ||
object-fit: cover; | |||
margin-bottom: 10px; | |||
} | } | ||
.image-info { | .image-info { | ||
margin-top: | margin-top: 5px; | ||
} | } | ||
select, input[type="text"] { | select, input[type="text"], button { | ||
margin: | margin: 5px; | ||
} | |||
#searchButton img { | |||
width: 24px; | |||
height: 24px; | |||
vertical-align: middle; | |||
} | } | ||
</style> | </style> | ||
Linha 64: | Linha 71: | ||
<label for="searchIds">Buscar por ID(s):</label> | <label for="searchIds">Buscar por ID(s):</label> | ||
<input type="text" id="searchIds" placeholder="Digite os IDs separados por vírgula"> | <input type="text" id="searchIds" placeholder="Digite os IDs separados por vírgula"> | ||
<button type="button" id="searchButton">Buscar</button> | <button type="button" id="searchButton"> | ||
<img src="https://wiki.pokexgames.com/images/8/8e/Poke-ball%281%29.png" alt="Buscar"> | |||
</button> | |||
</div> | </div> | ||
Linha 82: | Linha 91: | ||
{ id: '1005', local: 'Shell Island', coordinates: '4266, 3359, 7', imageUrl: 'https://wiki.pokexgames.com/images/d/db/3780%2C_3326%2C_7.png' }, | { id: '1005', local: 'Shell Island', coordinates: '4266, 3359, 7', imageUrl: 'https://wiki.pokexgames.com/images/d/db/3780%2C_3326%2C_7.png' }, | ||
{ id: '1006', local: 'Shell Island', coordinates: '4299, 3333, 6', imageUrl: 'https://wiki.pokexgames.com/images/d/db/3780%2C_3326%2C_7.png' } | { id: '1006', local: 'Shell Island', coordinates: '4299, 3333, 6', imageUrl: 'https://wiki.pokexgames.com/images/d/db/3780%2C_3326%2C_7.png' } | ||
], | ], | ||
// Outras opções do Mapa Vermelho | // Outras opções do Mapa Vermelho |