Skip to content

Instantly share code, notes, and snippets.

View cassiecodes333's full-sized avatar

cassiecodes333

View GitHub Profile
@cassiecodes333
cassiecodes333 / index.html
Created May 27, 2020 02:11
HTML cheatsheet for Codecademy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Styles.css">
<link href="https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap" rel="stylesheet">
</head>
<title>HTML & CSS Cheatsheet</title>