chore: remove originalLink post

This commit is contained in:
Corbin Crutchley
2023-10-19 00:09:39 -07:00
parent 247194b057
commit fae5e82b1a

View File

@@ -3,16 +3,14 @@
title: "CSS Fundamentals",
description: "A beginners course for CSS box model, HTML defaults, flexbox layout, gridbox layout, responsive design, selectors, units, and variables.",
published: "2022-01-18T20:08:26.988Z",
updated: "2023-10-19T20:08:26.988Z",
authors: ["ljtech"],
tags: ["css", "design"],
attached: [],
license: "cc-by-4",
originalLink: "https://ljtech.ca/posts/css-fundamentals"
license: "cc-by-4"
}
---
## Introduction
This course will guide you through the fundamentals of CSS with a few of my own personal recommendations for further learning.
Keep in mind that some concepts or principles laid out here are broad and may not be accurate or reliable for every situation.