mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-27 07:27:03 +01:00
Expanded wiki page with CSS inner workings info
parent
80d3f719e2
commit
ba3e8f547c
@ -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.
|
||||
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.
|
Loading…
Reference in New Issue
Block a user