7.30 2014 initial knowledge of CSS

Source: Internet
Author: User
Tags dashed line

At the beginning of today's CSS3 it seems that jquery advanced programming should be put to the end.
Notes:
a:link {color:blue;} not visited
a:visited {color:blue;} visited
a:hover {color:red;} Suspended
a:active {color:yellow;} Event link


CSS code format
p{
CSS Properties: Property values
}

Border-radius:xxpx; (rounded corners of borders)
padding-(Top,left,right,bottom): xxpx; (inner margin)
Margin:auto; (margin)
BORDER-LEFT:1PX solid;
Border Style Property
None defines no border.
The hidden is the same as "none". Except when applied to tables, hidden is used to resolve border conflicts for tables.
Dotted defines a point border. Renders as solid lines in most browsers.
Dashed defines a dashed line. Renders as solid lines in most browsers.
Solid defines solid lines.
Double defines two lines. The width of the double line equals the value of border-width.
Groove defines a 3D groove border. The effect depends on the value of the Border-color.
Ridge defines a 3D ridge-shaped border. The effect depends on the value of the Border-color.
Inset defines a 3D inset border. The effect depends on the value of the Border-color.
Outset defines a 3D outset border. The effect depends on the value of the Border-color.
Inherit specifies that the border style should be inherited from the parent element.

What to learn tomorrow

Http://www.w3school.com.cn/cssref/css_selectors.asp

<!doctype html>


This article from the "Kassing Learning Diary" blog, reproduced please contact the author!

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.