funky responsive with mobile size web page displays a photo banner and company name and employee Photo, name, Job, male or female and 3 pictures at end of page
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Page Title</title> <style> header { background-color: black; padding: 30px; text-align: center; font-size: 35px; color: white; } .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); transition: 0.3s; width: 40%; } .card:hover { box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); } img { border-radius: 5px 5px 0 0; } .container { padding: 2px 16px; } </style> </head> <body>