Movatterモバイル変換


[0]ホーム

URL:


  1. Glossary
  2. Property
  3. Property (CSS)

Property (CSS)

ACSS property is a characteristic (like color) whose associated value defines one aspect of how the browser should display the element.

Here's an example of a CSS rule:

css
/* "div" is a selector indicating that all the div elements *//* in the document will be styled by that rule */div {  /* The property "color" with the value "black" indicates */  /* that the text will have the color black */  color: black;  /* The property "background-color" with the value "white" indicates */  /* that the background color of the elements will be white */  background-color: white;}

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2026 Movatter.jp