@charset "utf-8";
/* CSS Document */
<html>

<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
    <title>Untitled</title>
    <link rel="stylesheet" href="bootstrap.min.css" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/css/lightbox.min.css" />
    <link rel="stylesheet" href="Lightbox-Gallery.css" />
    <link rel="stylesheet" href="styles.css" />
    <link rel="stylesheet" href="Team-Boxed.css" />
    <link rel="stylesheet" href="Team-Clean.css" />
</head>

<body>
    <div class="photo-gallery"></div>
    <div class="table-responsive">
        <table class="table">
            <thead>
                <tr>
                    <th>Column 1</th>
                    <th>Column 2</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>Cell 1</td>
                    <td>Cell 2</td>
                </tr>
                <tr>
                    <td>Cell 3</td>
                    <td>Cell 4</td>
                </tr>
            </tbody>
        </table>
    </div>
    <div class="team-boxed"></div>
    <div class="team-clean"></div>
</body>

</html>
