Aligning Images and Text in a Responsive Book Catalog using CSS Flexbox!
Here is error code, see details! <?php include("../../controllers/config.php"); include ("../../controllers/protect.php"); if(!isset($_SESSION)){ session_start(); } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Catálogo</title> <style> *{ margin: 0;…