Skip to content

Instantly share code, notes, and snippets.

View mjluck25's full-sized avatar
🎯
Focusing

Mart Jeremiah Romerde mjluck25

🎯
Focusing
View GitHub Profile
@mjluck25
mjluck25 / index.html
Created January 15, 2022 12:04
Build your own cheatsheet (Topic: CSS Selectors)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSS Selectors and Specificity</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>