Use Cases CSS
The following section aims to introduce code snippets for common elements to change content to their desired result, additionally as time goes on, more will be added alongside the existing ones.
Common CSS use case Areas
(Examples based on VerzatileDev’s Itch.io)
- Personal Project pages Access the content Page
https://Your_userName.itch.io/Project_Name
- Personal Game Jam Pages Access the Jam Page
https://itch.io/jam/YOUR_JAM_ID_HERE/preview
- Personal Profile page Replace it with your username
https://Your_userName.itch.io/
Some changes made to Project Pages
, will carry over to the download page HTML
written section.
Brief example on element use cases:
- Modification of elements controlled by user-provided HTML
to enhance detail or tighten presentation.
- Editing User Social Media links
(Hide / Disable / Enable / Add & More).
- Adjustment of Frame Borders for Game Content & Assets.
- Editing Text Elements of Game Content & Assets.
- Customizing Headers
(Syntax, Position, Content, and Pictures).
- Animation options for
Background, Text, GameCells, Icons, tables, Hover-Effect, etc.
Sections covered will be in the listed under the Table of Contents
on the bottom of the page, unless it is missing to which the content may have not been written currently.
Edit the Page or wait for the next update!