<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://icontemp.com/wiki/cssprimer/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://icontemp.com/wiki/cssprimer/feed.php">
        <title>CSS Primer For the AI Era - vocabulary:css_essential_concepts</title>
        <description>A vocabulary for shaping interfaces with AI</description>
        <link>https://icontemp.com/wiki/cssprimer/</link>
        <image rdf:resource="https://icontemp.com/wiki/cssprimer/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-05-21T18:39:06+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:alignment&amp;rev=1778758708&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:containment&amp;rev=1778758735&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:density&amp;rev=1778761225&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:flow&amp;rev=1778676839&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:hierarchy&amp;rev=1778761437&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:parent-child_relationships&amp;rev=1778601247&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:rhythm&amp;rev=1778760486&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:siblings&amp;rev=1778676927&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:spacing&amp;rev=1778760512&amp;do=diff"/>
                <rdf:li rdf:resource="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:tone&amp;rev=1778768911&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://icontemp.com/wiki/cssprimer/lib/exe/fetch.php?media=wiki:logo.png">
        <title>CSS Primer For the AI Era</title>
        <link>https://icontemp.com/wiki/cssprimer/</link>
        <url>https://icontemp.com/wiki/cssprimer/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:alignment&amp;rev=1778758708&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-14T11:38:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>alignment</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:alignment&amp;rev=1778758708&amp;do=diff</link>
        <description>CSS Alignment

— how elements position themselves 

within the space their parent provides

Alignment is the way elements choose their place inside a container.

It is not about force — it is about preference.

Given a space, an element can lean left, center itself, stretch, or anchor to an edge.</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:containment&amp;rev=1778758735&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-14T11:38:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>containment</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:containment&amp;rev=1778758735&amp;do=diff</link>
        <description>CSS Containment

— how elements hold, limit, 

and shape the space 

their children live in

Containment is the idea that 

every element creates a space of responsibility.

A parent defines the boundaries within which 

its children flow, align, and express themselves.</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:density&amp;rev=1778761225&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-14T12:20:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>density</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:density&amp;rev=1778761225&amp;do=diff</link>
        <description>CSS Density

—how tight or open a layout feels

Density is the overall tightness or looseness of an interface.

It is the emotional temperature of spacing 

— the balance between breathing room and compression.

Density is not a property of a single element;</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:flow&amp;rev=1778676839&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-13T12:53:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>flow</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:flow&amp;rev=1778676839&amp;do=diff</link>
        <description>Flow

— how elements move, stack, and take their place on the page

Flow is the default behavior of the web.

It&#039;s what&#039;s before we add layout rules, 

before we adjust spacing, 

before we shape structure 

— elements simply enter the page 

and take the next available position.</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:hierarchy&amp;rev=1778761437&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-14T12:23:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>hierarchy</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:hierarchy&amp;rev=1778761437&amp;do=diff</link>
        <description>CSS Visual Hierarchy

—how a layout expresses importance through size, 

position, contrast, and rhythm

Visual hierarchy is the way a page quietly tells us 

what matters first, what matters next, and what can wait.

It is not a rule or a technique</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:parent-child_relationships&amp;rev=1778601247&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-12T15:54:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>parent-child_relationships</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:parent-child_relationships&amp;rev=1778601247&amp;do=diff</link>
        <description>CSS Parent / Child

—the structural relationship 

that gives a layout its shape

Every element on a page lives inside something.

A parent creates the context, 

and a child lives within that context.

This relationship is the backbone of CSS

— the quiet structure that determines how</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:rhythm&amp;rev=1778760486&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-14T12:08:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rhythm</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:rhythm&amp;rev=1778760486&amp;do=diff</link>
        <description>CSS Rhythm

the repeated pattern of spacing that creates pace, 

predictability, and calm

Rhythm is the pattern that emerges 

when spacing repeats with intention.

It is the quiet pulse of a layout 

— the way paragraphs, headings, lists, 

and components create a predictable pace</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:siblings&amp;rev=1778676927&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-13T12:55:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>siblings</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:siblings&amp;rev=1778676927&amp;do=diff</link>
        <description>CSS Siblings

—elements that share the same parent 

and live at the same level of the structure

Siblings are elements that sit side by side under the same parent.

They share a context, follow the same rules, and participate in the same flow.

Understanding siblings is essential because so many layout decisions happen at this level.</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:spacing&amp;rev=1778760512&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-14T12:08:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>spacing</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:spacing&amp;rev=1778760512&amp;do=diff</link>
        <description>CSS Spacing

—the breathing room inside and around elements

Spacing is how a layout breathes.

It is the quiet force that shapes comfort, clarity, and rhythm.

In CSS, spacing appears in two forms:

	* inside an element (padding)
	* around an element (margin)</description>
    </item>
    <item rdf:about="https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:tone&amp;rev=1778768911&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-14T14:28:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tone</title>
        <link>https://icontemp.com/wiki/cssprimer/doku.php?id=vocabulary:css_essential_concepts:tone&amp;rev=1778768911&amp;do=diff</link>
        <description>Styling Tone

—the emotional layer that 

shapes how a layout feels

Tone is the emotional quality of an interface 

— the quiet mood created by color, spacing, 

contrast, softness, and rhythm.

It is not a property of any single element.

Tone emerges from how everything works together.</description>
    </item>
</rdf:RDF>
