From ba3e8f547c9141185373f9e9d6f675f5561b7f13 Mon Sep 17 00:00:00 2001 From: Jelle Z <18423879+jelle619@users.noreply.github.com> Date: Tue, 28 Aug 2018 21:06:50 +0200 Subject: [PATCH] Expanded wiki page with CSS inner workings info --- Custom-CSS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Custom-CSS.md b/Custom-CSS.md index 998983d..0615c0e 100644 --- a/Custom-CSS.md +++ b/Custom-CSS.md @@ -15,4 +15,8 @@ After you have obtained a CSS slot, it will show up on your dashboard. Each CSS slot has a unique CSS ID assigned to it. It can be found in the CSS editor for the particular slot you would like to use. -You need to use the CSS query parameter with your CSS ID appended to your embed's URL to assign it. If you don't, your embed will load without you custom CSS. Links with and without the CSS query parameter with different CSS IDs may be used interchangeably if so desired. \ No newline at end of file +You need to use the CSS query parameter with your CSS ID appended to your embed's URL to assign it. If you don't, your embed will load without you custom CSS. Links with and without the CSS query parameter with different CSS IDs may be used interchangeably if so desired. + +# That's great and all, but how does CSS even work? + +CSS has so many options that all of its capabilities could never be properly explained in just one wiki page. Great free sources where these are fully explained include [W3Schools](https://www.w3schools.com/css/default.asp), [FreeCodeCamp](https://learn.freecodecamp.org/responsive-web-design/basic-css) and others. \ No newline at end of file