Tarea de fotos casi realizada
This commit is contained in:
parent
66e0370d76
commit
7fd01598b2
BIN
images/imagenes_perros/acrux.jpg
Normal file
BIN
images/imagenes_perros/acrux.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 759 KiB |
@ -16,7 +16,7 @@
|
||||
|
||||
foreach($perros as $indice=>$valor){
|
||||
// Para cada elemento del array (perros), definimos su campo(índice del array) y su valor.
|
||||
if($nombre == $valor){ //se mete lo relacionado con la imagen.
|
||||
if($nombre == $perro[0]){
|
||||
$resultado_nombre = "Nombre correcto.<br>";
|
||||
}else{
|
||||
$resultado_nombre = $resultado_nombre ;
|
||||
|
@ -1,6 +1,5 @@
|
||||
|
||||
|
||||
#foto{
|
||||
height: 20%;
|
||||
width: 20%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user