Edit: Edit Request: Add a contact section

This commit is contained in:
2026-01-12 10:44:18 +00:00
parent abfa33c12a
commit ad1628f02e

View File

@@ -15,9 +15,9 @@
h1 { color: #1a365d; }
.tagline { color: #666; font-size: 1.2rem; }
footer { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid #eee; color: #888; }
.contact { margin-top: 2rem; padding: 1.5rem; background: #f8f9fa; border-radius: 8px; }
.contact h2 { margin-top: 0; color: #1a365d; }
.contact a { color: #2563eb; }
.contact { margin-top: 2rem; padding: 1.5rem; background: #1e40af; border-radius: 8px; color: #fff; }
.contact h2 { margin-top: 0; color: #93c5fd; }
.contact a { color: #bfdbfe; }
</style>
</head>
<body>