Skip to content

Instantly share code, notes, and snippets.

@ruzannastubbs
ruzannastubbs / index.html
Created November 24, 2021 19:50
Codecademy off-platform project: Excursion
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewpoint" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Excursion</title>
</head>
<body>
<header>
@ruzannastubbs
ruzannastubbs / cheatSheet.css
Last active November 23, 2021 19:19
Cheat Sheet
* {
font-family: Georgia, 'Times New Roman', Times, serif;
background-color: black;
}
.logo {
width: 80px;
height: auto;
padding: 1em;
}
nav {