Médico

Português

<!DOCTYPE html>

<html lang="pt-BR">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Clínica Saúde+</title>

<style>

body {

font-family: Arial, sans-serif;

margin: 0;

padding: 0;

line-height: 1.6;

background-color: #f5f5f5;

}

header {

background-color: #4CAF50;

color: white;

padding: 20px 0;

text-align: center;

}

nav {

display: flex;

justify-content: center;

background: #333;

}

nav a {

color: white;

padding: 14px 20px;

text-decoration: none;

display: block;

}

nav a:hover {

background-color: #575757;

}

section {

padding: 60px 20px;

max-width: 1000px;

margin: auto;

}

h2 {

text-align: center;

margin-bottom: 20px;

color: #333;

}

.services, .team {

display: flex;

flex-wrap: wrap;

gap: 20px;

justify-content: center;

}

.card {

background: white;

padding: 20px;

border-radius: 10px;

box-shadow: 0 2px 6px rgba(0,0,0,0.1);

flex: 1 1 250px;

max-width: 300px;

text-align: center;

}

footer {

text-align: center;

padding: 20px;

background: #333;

color: white;

}

input, textarea, button {

width: 100%;

padding: 10px;

margin: 5px 0 15px 0;

border-radius: 5px;

border: 1px solid #ccc;

}

button {

background-color: #4CAF50;

color: white;

border: none;

cursor: pointer;

}

Mostrar mais