infoCopter.com
retoh's Online Repository for myself and other Web Geeks

home | newsletter | site map

Free Stuff

: links

: Neue Surf Tips

: know-how

: Zitate

: Spam Strike

: HTML Checker!

: Link Checker

: Cartoons



About IC

: friends

: lust und frust

: guestbook

: what's new

CSS - Cascading Style Sheets
Cascading Style Sheet p-friendly
Home :: Know-how :: CSS - Cascading Style Sheets


Beispiele:


CSS Tags können auch bei Attributen direkt platziert werden

<B style="color:black;background-color:yellow">Willkommen</B>

Willkommen

<B style="font-size: xx-large;font-family: Arial">xx-large</B>
xx-large
<B style="font-size: x-large">x-large</B>
x-large
<B style="font-size: x-small">x-small</B>
x-small
<B style="font-size: xx-small">xx-small</B>
xx-small

    <style type="text/css">
<!--  

td, p, input {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        font-weight: normal;
        margin: 0px;
}

h1 {
        font-size: 20px;
        color: #000000;
        font-weight: bold;
        margin-bottom: 0px;
}

h2, .heading {
        font-size: 16px;
        color: #000000;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}

h3, h4 { font-family: helvetica }

pre { 
        font-family: Courier New; font-size: 13px; 
        background-color: #e0e0e0; margin: 0.2cm 3.0cm 0.3cm 0cm; 
}
        
ol, ul {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
}

li { 
        list-style-type:square; /* square, circle, disc */
}

#size16pt { font-size: 16pt; }
#size8pt { font-size: 8pt; }

 -->
    </style>
Know-How home | Must Read | What's new? | iC Site Map
link search
©1998-2004 infoCopter