[ 'background' => '#c8dcff', 'border' => '#96aade', 'text' => '#000000', ], 'modern' => [ 'background' => '#646464', 'border' => '#464646', 'text' => '#ffffff', ], 'retro' => [ 'background' => '#fff0c8', 'border' => '#dcb48c', 'text' => '#64321e', ], 'minimal' => [ 'background' => '#f5f5f5', 'border' => '#c8c8c8', 'text' => '#323232', ] ]; // Use default style if specified style doesn't exist if (!isset($styles[$style])) { $style = 'default'; } // CSS for different shapes $shapeCSS = [ 'default' => 'border-radius: 10px;', 'modern' => 'border-radius: 10px;', 'retro' => 'border-radius: 0;', 'minimal' => 'border-radius: 0;', ]; // Output HTML/CSS header('Content-Type: text/html'); ?> Chat Bubble