Google Trends
|
Youtube Trends
|
Twitter Trends
PHP
MySqli
Ajax
Html
Css
jquery
VueJS
Json
PHP7
CodeIgniter
CSS Home
What is Css
CSS Syntax
CSS Selector
Inline CSS
Internal CSS
External CSS
CSS Comments
CSS Properties
CSS Border
CSS Display
CSS Float
CSS Line Height
CSS Opacity
CSS Font
CSS Margin
CSS Padding
CSS Overflow
CSS White Space
CSS Width
CSS Word Wrap
CSS Outline
CSS Syntax
share with:
A CSS rule-set consists of a selector and a declaration block:
Selector
: Selector indicates the HTML element you want to style . It could be any tag like <span>, <p> etc.
Property
: A Property is a type of attribute of HTML element. It could be padding, margin etc.
Value
: Values are assigned to CSS properties. For example, color property can have value either red or #FF0000 etc.
Previous
What is Css
CSS Selector
Next
Please enable JavaScript to view the
comments powered by Disqus.