<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.startupcto.com/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://www.startupcto.com/feed.php">
        <title>StartupCTO front-end-tech:css</title>
        <description></description>
        <link>https://www.startupcto.com/</link>
        <image rdf:resource="https://www.startupcto.com/lib/tpl/scto/images/favicon.ico" />
       <dc:date>2026-04-29T01:34:48+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.startupcto.com/front-end-tech/css/best-practices?rev=1690262924"/>
                <rdf:li rdf:resource="https://www.startupcto.com/front-end-tech/css/home?rev=1697833641"/>
                <rdf:li rdf:resource="https://www.startupcto.com/front-end-tech/css/image-replacement-technique?rev=1698825889"/>
                <rdf:li rdf:resource="https://www.startupcto.com/front-end-tech/css/multiple-buttons-one-image?rev=1697834498"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.startupcto.com/lib/tpl/scto/images/favicon.ico">
        <title>StartupCTO</title>
        <link>https://www.startupcto.com/</link>
        <url>https://www.startupcto.com/lib/tpl/scto/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.startupcto.com/front-end-tech/css/best-practices?rev=1690262924">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-25T05:28:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Basic CSS Reference</title>
        <link>https://www.startupcto.com/front-end-tech/css/best-practices?rev=1690262924</link>
        <description>Basic CSS Reference

This is a quick 'cheat sheet' for CSS (Cascading Style Sheets). 

Selectors

	*  selector: The selector defines which piece of the document will be selected (e.g. to select all &lt;p&gt; tags with a class of foobar, you'd use p.foobar {}</description>
    </item>
    <item rdf:about="https://www.startupcto.com/front-end-tech/css/home?rev=1697833641">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-20T20:27:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Cascading Style Sheets</title>
        <link>https://www.startupcto.com/front-end-tech/css/home?rev=1697833641</link>
        <description>Cascading Style Sheets
css index</description>
    </item>
    <item rdf:about="https://www.startupcto.com/front-end-tech/css/image-replacement-technique?rev=1698825889">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-01T08:04:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CSS Image Replacement</title>
        <link>https://www.startupcto.com/front-end-tech/css/image-replacement-technique?rev=1698825889</link>
        <description>CSS Image Replacement

There are quite a few cases when you'll want to use an image for a headline, section header and the like, but want to keep a text 'backup' so that search engines and screen readers can understand what the headline says. You can do this with a</description>
    </item>
    <item rdf:about="https://www.startupcto.com/front-end-tech/css/multiple-buttons-one-image?rev=1697834498">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-20T20:41:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Using One Image for Multiple Buttons (Sprites)</title>
        <link>https://www.startupcto.com/front-end-tech/css/multiple-buttons-one-image?rev=1697834498</link>
        <description>Using One Image for Multiple Buttons (Sprites)

Each time you put an image in your HTML, your browser makes a request to the web server, which then serves that image file to the browser so it can be displayed. Those requests are expensive, so some people have started putting multiple small images (such as images for buttons or icons) into one larger image file, and then using background positioning to display only the appropriate part. That way, the browser only has to make one request to the we…</description>
    </item>
</rdf:RDF>
