Skip to content

Instantly share code, notes, and snippets.

View Cazzowary's full-sized avatar

Jeff Thompson Cazzowary

  • Milton, Georgia. USA
View GitHub Profile
@Cazzowary
Cazzowary / Index.html
Created July 7, 2020 03:33
My CodeCademy CSS Selectors cheatsheet
<!DOCTYPE html>
<HTML>
<head>
<title>CSS Selectors and Specificity Rules</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body class="mainbody">
<h1 class="pagetitle">CSS Selectors & Specificity</h1>
<hr>