Home > CSS Help > CSS Font Styles.

CSS Font Styles.

March 19th, 2009

CSS Font Styles.



HTML CSS JavaScript XHTML SSI Perl CGI PHP tutorials. … <style type=”text/css”> p {font-family: “gill sans”, “new baskerville”, sans-serif; …

Source


Similar Posts

    CSS – kaskádové styly

    STYLE type=”text/css”> BODY { color: red; font-family: “Gill Sans”, sans-serif; font-size: 12pt; margin: 3em; } H1 { color: blue }

    Source

    Cascading Style Sheets

    text-decoration: underline; a:active { font-family: Arial, Helvetica, sans-serif; … text-decoration: none; </style> </head> </body> <a href=”about.html” …

    Source

    Tech Info – Our Use of CSS2 – the story so far

    Tables vs Div & CSS. Pure CSS Menus. Text Rollovers … { font-family:Verdana, sans-serif; font-size:8pt; text-decoration:none; background: …

    Source

    ::Cascading Style Sheets:: Chad Hutchens::School of Information

    For example, we would set a text color by writing color: blue in CSS. … 12px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; …

    Source

    CSS: body

    … background image as a vertically repeating gif image for the body of a document: body { font-family:Arial, Helvetica, sans-serif; background-image: url(images …

    Source

    CSS Background Styles.

    HTML CSS JavaScript XHTML SSI Perl CGI PHP tutorials. … <style type=”text/css”> body {background-color: #ffffff; background-repeat: repeat-y; …

    Source

    CSS Inline Styles.

    HTML CSS JavaScript XHTML SSI Perl CGI PHP tutorials. … <tag style=” CSS code “> … text or object … </tag> Embedded << Inline >> Commenting …

    Source

    CSS Positioning.

    HTML CSS JavaScript XHTML SSI Perl CGI PHP tutorials. … Spacing << Positioning >> Scrollbars … You can position anything from text to images and more. …

    Source

    CSS – Kaskádové styly

    Tabulky a testy CSS. Použitelná písma – font-family. Uživatelská písma – font … Font-family; Font-size; Font-style; Font-variant; Font-weight; Height; Left; Letter-spacing …

    Source

    Tables – width, border, align and valign.

    HTML CSS JavaScript XHTML SSI Perl CGI PHP tutorials. … Table, TR & TD << Width, Border, Align, Valign >> Cellpadding & Cellspacing …

    Source