Div+css how to set the border of a Web page layout

Source: Internet
Author: User
Tags border color
css| Web page

CSS Borders Border

A border can be applied to most HTML elements in the body.

To make a border of an element, you need to border-style the border style. Values can be: solid, dotted, dashed, double, groove, Ridge, inset and outset, concrete style you can actually.

Border-width set width, usually using pixels is px, the same four-quad attributes: Border-top-width, Border-right-width, Border-bottom-width and Border-left-width.

Border-color sets the border color.

Example

H2 {
border-style:dashed;
border-width:3px;
border-left-width:10px;
border-right-width:10px;
border-color:red;
}

Set the border with a red style of dashed, the top and bottom border width is 3px, and the left and right are 10px (the following attributes cover the front).



Related Article

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.