Skip to content

Instantly share code, notes, and snippets.

View emarshgaulin's full-sized avatar

Emily Marsh-Gaulin emarshgaulin

View GitHub Profile
@emarshgaulin
emarshgaulin / index.html
Last active February 18, 2025 22:18
Website Style Guide created for Codecademy course
<html>
<head>
<!DOCTYPE html>
<title>EMG Personal Branding Style Guide</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
</head>
<body>