Example of CSS setting text properties

Source: Internet
Author: User
CSS Section

<style>        Pre {            color:red;            Background-color:cornsilk;            /* Text Size */            font-size:18px;            /* Text font, individual fonts are not supported in different systems, set multiple fonts for multi-system compatibility */            Font-family:aharoni, Andalus, "Angsana New";            /* Text thickness, 100-900 of 100 integer times, Normal (+), bold (+) */            font-weight:900;            /* font style normal, inherit browser text tilt display, oblique make text tilt */            Font-style:inherit;            /* distance between characters */            letter-spacing:5px;            /* The distance between the English characters, if there is a space between the Chinese will also work on the space */            word-spacing:7px;        }        UL li {            /*font: Styles style style size font type; */        }    </style>

Boday part

<body><pre>    today is June 17, 2016, Beijing, weather fine </pre>

The above is the CSS to set the text properties of the sample content, more relevant content please pay attention to topic.alibabacloud.com (www.php.cn)!

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.