Skip to content

Instantly share code, notes, and snippets.

View CPSCIENCE-coder's full-sized avatar

CPSCIENCE-coder

  • Joined May 17, 2026
View GitHub Profile
@CPSCIENCE-coder
CPSCIENCE-coder / NURS280_StudyTool.html
Created May 24, 2026 15:39
NURS 280 Human Sexual Health Study Tool — UBC
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NURS 280 — Human Sexual Health Study Tool</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
body{background:#f0f4f8;font-family:'Segoe UI',sans-serif;}
.tab-btn{transition:all .2s;border:2px solid #1e3a5f;color:#1e3a5f;}