Health tips

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Healthy Life Tips</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background: #f2fdf6;
            margin: 0;
        }
        header {
            background: #2ecc71;
            color: white;
            padding: 20px;
            text-align: center;
        }
        nav {
            background: #27ae60;
            padding: 10px;
            text-align: center;
        }
        nav a {
            color: white;
            margin: 0 15px;
            text-decoration: none;
            font-weight: bold;
        }
        section {
            padding: 20px;
        }
        .card {
            background: white;
            padding: 15px;
            margin: 10px 0;
            border-radius: 8px;
            box-shadow: 0 0 5px rgba(0,0,0,0.1);
        }
        footer {
            background: #2ecc71;
            color: white;
            text-align: center;
            padding: 10px;
            margin-top: 20px;
        }
    </style>
</head>
<body>

<header>
    <h1>Healthy Life Tips

Comments