Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Entropy345's full-sized avatar

Entropy345 Entropy345

View GitHub Profile
@Entropy345
Entropy345 / index.html
Created June 27, 2020 00:23
CSS Cheatsheet Project
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="styles.css">
<title>CSS Selectors and Specificity</title>
<body>
<h1>CSS Selectors and Specificity</h1>
<p>If you are going to use an external CSS style sheet, you need to link it in the html, like so:</p>
<pre>
<code>
&ltlink rel="stylesheet" type ="text/css" href="styles.css"&gt;