SlideShare uma empresa Scribd logo
1 de 7
Background Properties:
NN: Netscape, IE: Internet Explorer, W3C: Web Standard

Property              Description                 Values            NN IE    W3C
background            A shorthand property for    background-color    6.0 4.0 CSS1
                      setting all background      background-image
                      properties in one           background-repeat
                      declaration                 background-
                                                  attachment
                                                  background-position
background-           Sets whether a              scroll            6.0 4.0 CSS1
attachment            background image is         fixed
                      fixed or scrolls with the
                      rest of the page
background-color      Sets the background color color-rgb           4.0 4.0 CSS1
                      of an element             color-hex
                                                color-name
                                                transparent
background-image      Sets an image as the        url               4.0 4.0 CSS1
                      background                  none
background-position Sets the starting position    top left          6.0 4.0 CSS1
                    of a background image         top center
                                                  top right
                                                  center left
                                                  center center
                                                  center right
                                                  bottom left
                                                  bottom center
                                                  bottom right
                                                  x-% y-%
                                                  x-pos y-pos
background-repeat     Sets if/how a background repeat               4.0 4.0 CSS1
                      image will be repeated   repeat-x
                                               repeat-y
                                               no-repeat
Text Properties:
NN: Netscape, IE: Internet Explorer, W3C: Web Standard

Property            Description                  Possible Values   NN IE   W3C
color               Sets the color of a text     color             4.0 3.0 CSS1
direction           Sets the text direction      ltr                       CSS2
                                                 rtl
letter-spacing      Increase or decrease the normal                6.0 4.0 CSS1
                    space between characters length
text-align          Aligns the text in an        left              4.0 4.0 CSS1
                    element                      right
                                                 center
                                                 justify
text-decoration     Adds decoration to text      none              4.0 4.0 CSS1
                                                 underline
                                                 overline
                                                 line-through
                                                 blink
text-indent         Indents the first line of    length            4.0 4.0 CSS1
                    text in an element           %
text-shadow                                      none
                                                 color
                                                 length
text-transform      Controls the letters in an   none              4.0 4.0 CSS1
                    element                      capitalize
                                                 uppercase
                                                 lowercase
white-space         Sets how white space         normal            4.0 5.5 CSS1
                    inside an element is         pre
                    handled                      nowrap
word-spacing        Increase or decrease the     normal            6.0 6.0 CSS1
                    space between words          length
Font Properties:
NN: Netscape, IE: Internet Explorer, W3C: Web Standard

Property            Description                Values                  NN IE   W3C
font                A shorthand property for   font-style              4.0 4.0 CSS1
                    setting all of the         font-variant
                    properties for a font in   font-weight
                    one declaration            font-size/line-height
                                               font-family
                                               caption
                                               icon
                                               menu
                                               message-box
                                               small-caption
                                               status-bar
font-family         A prioritized list of font family-name             4.0 3.0 CSS1
                    family names and/or        generic-family
                    generic family names for
                    an element
font-size           Sets the size of a font    xx-small                4.0 3.0 CSS1
                                               x-small
                                               small
                                               medium
                                               large
                                               x-large
                                               xx-large
                                               smaller
                                               larger
                                               length
                                               %
font-size-adjust    Specifies an aspect value none                             CSS2
                    for an element that will  number
                    preserve the x-height of
                    the first-choice font
font-stretch        Condenses or expands the normal                            CSS2
                    current font-family      wider
                                             narrower
                                             ultra-condensed
extra-condensed
                                                  condensed
                                                  semi-condensed
                                                  semi-expanded
                                                  expanded
                                                  extra-expanded
                                                  ultra-expanded
font-style           Sets the style of the font   normal            4.0 4.0 CSS1
                                                  italic
                                                  oblique
font-variant         Displays text in a small- normal               6.0 4.0 CSS1
                     caps font or a normal font small-caps
font-weight          Sets the weight of a font    normal
                                                  bold
                                                  bolder
                                                  lighter
                                                  100
                                                  200
                                                  300
                                                  400
                                                  500
                                                  600
                                                  700
                                                  800
                                                  900



Border Properties:
NN: Netscape, IE: Internet Explorer, W3C: Web Standard

Property             Description                  Values            NN IE   W3C
border               A shorthand property for border-width          4.0 4.0 CSS1
                     setting all of the         border-style
                     properties for the four    border-color
                     borders in one declaration
border-bottom        A shorthand property for border-bottom-width 6.0 4.0 CSS1
                     setting all of the        border-style
                     properties for the bottom border-color
                     border in one declaration
border-bottom-color Sets the color of the         border-color      6.0 4.0 CSS2
bottom border
border-bottom-style   Sets the style of the        border-style     6.0 4.0 CSS2
                      bottom border
border-bottom-width Sets the width of the          thin             4.0 4.0 CSS1
                    bottom border                  medium
                                                   thick
                                                   length
border-color          Sets the color of the four   color            6.0 4.0 CSS1
                      borders, can have from
                      one to four colors
border-left           A shorthand property for border-left-width    6.0 4.0 CSS1
                      setting all of the        border-style
                      properties for the left   border-color
                      border in one declaration
border-left-color     Sets the color of the left   border-color     6.0 4.0 CSS2
                      border
border-left-style     Sets the style of the left   border-style     6.0 4.0 CSS2
                      border
border-left-width     Sets the width of the left   thin             4.0 4.0 CSS1
                      border                       medium
                                                   thick
                                                   length
border-right          A shorthand property for border-right-width   6.0 4.0 CSS1
                      setting all of the        border-style
                      properties for the right  border-color
                      border in one declaration
border-right-color    Sets the color of the right border-color      6.0 4.0 CSS2
                      border
border-right-style    Sets the style of the right border-style      6.0 4.0 CSS2
                      border
border-right-width    Sets the width of the right thin              4.0 4.0 CSS1
                      border                      medium
                                                  thick
                                                  length
border-style          Sets the style of the four   none             6.0 4.0 CSS1
                      borders, can have from       hidden
                      one to four styles           dotted
                                                   dashed
                                                   solid
                                                   double
groove
                                                ridge
                                                inset
                                                outset
border-top          A shorthand property for border-top-width   6.0 4.0 CSS1
                    setting all of the        border-style
                    properties for the top    border-color
                    border in one declaration
border-top-color    Sets the color of the top   border-color    6.0 4.0 CSS2
                    border
border-top-style    Sets the style of the top   border-style    6.0 4.0 CSS2
                    border
border-top-width    Sets the width of the top   thin            4.0 4.0 CSS1
                    border                      medium
                                                thick
                                                length
border-width        A shorthand property for
                    setting the width of the
                    four borders in one
                    declaration, can have
                    from one to four values



Margin Properties:
NN: Netscape, IE: Internet Explorer, W3C: Web Standard

Property            Description                 Values          NN IE   W3C
margin              A shorthand property for    margin-top      4.0 4.0 CSS1
                    setting the margin          margin-right
                    properties in one           margin-bottom
                    declaration                 margin-left
margin-bottom       Sets the bottom margin of auto              4.0 4.0 CSS1
                    an element                length
                                              %
margin-left         Sets the left margin of an auto             4.0 3.0 CSS1
                    element                    length
                                               %
margin-right        Sets the right margin of    auto            4.0 3.0 CSS1
                    an element                  length
%
margin-top          Sets the top margin of an auto                4.0 3.0 CSS1
                    element                   length
                                              %




Padding Properties:
NN: Netscape, IE: Internet Explorer, W3C: Web Standard

Property            Description                  Values           NN IE   W3C
padding             A shorthand property for     padding-top      4.0 4.0 CSS1
                    setting all of the padding   padding-right
                    properties in one            padding-bottom
                    declaration                  padding-left
padding-bottom      Sets the bottom padding      length           4.0 4.0 CSS1
                    of an element                %
padding-left        Sets the left padding of an length            4.0 4.0 CSS1
                    element                     %
padding-right       Sets the right padding of    length           4.0 4.0 CSS1
                    an element                   %
padding-top         Sets the top padding of an length             4.0 4.0 CSS1
                    element                    %

Mais conteúdo relacionado

Mais de H K (20)

Induction
InductionInduction
Induction
 
Solution3
Solution3Solution3
Solution3
 
Solution2
Solution2Solution2
Solution2
 
Mid-
Mid-Mid-
Mid-
 
Assignment4
Assignment4Assignment4
Assignment4
 
Assignment4
Assignment4Assignment4
Assignment4
 
Dm assignment3
Dm assignment3Dm assignment3
Dm assignment3
 
Proof
ProofProof
Proof
 
Resolution
ResolutionResolution
Resolution
 
Assignment description
Assignment descriptionAssignment description
Assignment description
 
Dm assignment2
Dm assignment2Dm assignment2
Dm assignment2
 
Set
SetSet
Set
 
Dm assignment1
Dm assignment1Dm assignment1
Dm assignment1
 
Logic
LogicLogic
Logic
 
Introduction
IntroductionIntroduction
Introduction
 
Assignment 2 sol
Assignment 2 solAssignment 2 sol
Assignment 2 sol
 
Assignment sw solution
Assignment sw solutionAssignment sw solution
Assignment sw solution
 
Violinphoenix
ViolinphoenixViolinphoenix
Violinphoenix
 
Ie project
Ie projectIe project
Ie project
 
Assignment cn subnetting
Assignment cn subnettingAssignment cn subnetting
Assignment cn subnetting
 

Último

Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
ssuserdda66b
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Último (20)

Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 

Appendix css

  • 1. Background Properties: NN: Netscape, IE: Internet Explorer, W3C: Web Standard Property Description Values NN IE W3C background A shorthand property for background-color 6.0 4.0 CSS1 setting all background background-image properties in one background-repeat declaration background- attachment background-position background- Sets whether a scroll 6.0 4.0 CSS1 attachment background image is fixed fixed or scrolls with the rest of the page background-color Sets the background color color-rgb 4.0 4.0 CSS1 of an element color-hex color-name transparent background-image Sets an image as the url 4.0 4.0 CSS1 background none background-position Sets the starting position top left 6.0 4.0 CSS1 of a background image top center top right center left center center center right bottom left bottom center bottom right x-% y-% x-pos y-pos background-repeat Sets if/how a background repeat 4.0 4.0 CSS1 image will be repeated repeat-x repeat-y no-repeat
  • 2. Text Properties: NN: Netscape, IE: Internet Explorer, W3C: Web Standard Property Description Possible Values NN IE W3C color Sets the color of a text color 4.0 3.0 CSS1 direction Sets the text direction ltr CSS2 rtl letter-spacing Increase or decrease the normal 6.0 4.0 CSS1 space between characters length text-align Aligns the text in an left 4.0 4.0 CSS1 element right center justify text-decoration Adds decoration to text none 4.0 4.0 CSS1 underline overline line-through blink text-indent Indents the first line of length 4.0 4.0 CSS1 text in an element % text-shadow none color length text-transform Controls the letters in an none 4.0 4.0 CSS1 element capitalize uppercase lowercase white-space Sets how white space normal 4.0 5.5 CSS1 inside an element is pre handled nowrap word-spacing Increase or decrease the normal 6.0 6.0 CSS1 space between words length
  • 3. Font Properties: NN: Netscape, IE: Internet Explorer, W3C: Web Standard Property Description Values NN IE W3C font A shorthand property for font-style 4.0 4.0 CSS1 setting all of the font-variant properties for a font in font-weight one declaration font-size/line-height font-family caption icon menu message-box small-caption status-bar font-family A prioritized list of font family-name 4.0 3.0 CSS1 family names and/or generic-family generic family names for an element font-size Sets the size of a font xx-small 4.0 3.0 CSS1 x-small small medium large x-large xx-large smaller larger length % font-size-adjust Specifies an aspect value none CSS2 for an element that will number preserve the x-height of the first-choice font font-stretch Condenses or expands the normal CSS2 current font-family wider narrower ultra-condensed
  • 4. extra-condensed condensed semi-condensed semi-expanded expanded extra-expanded ultra-expanded font-style Sets the style of the font normal 4.0 4.0 CSS1 italic oblique font-variant Displays text in a small- normal 6.0 4.0 CSS1 caps font or a normal font small-caps font-weight Sets the weight of a font normal bold bolder lighter 100 200 300 400 500 600 700 800 900 Border Properties: NN: Netscape, IE: Internet Explorer, W3C: Web Standard Property Description Values NN IE W3C border A shorthand property for border-width 4.0 4.0 CSS1 setting all of the border-style properties for the four border-color borders in one declaration border-bottom A shorthand property for border-bottom-width 6.0 4.0 CSS1 setting all of the border-style properties for the bottom border-color border in one declaration border-bottom-color Sets the color of the border-color 6.0 4.0 CSS2
  • 5. bottom border border-bottom-style Sets the style of the border-style 6.0 4.0 CSS2 bottom border border-bottom-width Sets the width of the thin 4.0 4.0 CSS1 bottom border medium thick length border-color Sets the color of the four color 6.0 4.0 CSS1 borders, can have from one to four colors border-left A shorthand property for border-left-width 6.0 4.0 CSS1 setting all of the border-style properties for the left border-color border in one declaration border-left-color Sets the color of the left border-color 6.0 4.0 CSS2 border border-left-style Sets the style of the left border-style 6.0 4.0 CSS2 border border-left-width Sets the width of the left thin 4.0 4.0 CSS1 border medium thick length border-right A shorthand property for border-right-width 6.0 4.0 CSS1 setting all of the border-style properties for the right border-color border in one declaration border-right-color Sets the color of the right border-color 6.0 4.0 CSS2 border border-right-style Sets the style of the right border-style 6.0 4.0 CSS2 border border-right-width Sets the width of the right thin 4.0 4.0 CSS1 border medium thick length border-style Sets the style of the four none 6.0 4.0 CSS1 borders, can have from hidden one to four styles dotted dashed solid double
  • 6. groove ridge inset outset border-top A shorthand property for border-top-width 6.0 4.0 CSS1 setting all of the border-style properties for the top border-color border in one declaration border-top-color Sets the color of the top border-color 6.0 4.0 CSS2 border border-top-style Sets the style of the top border-style 6.0 4.0 CSS2 border border-top-width Sets the width of the top thin 4.0 4.0 CSS1 border medium thick length border-width A shorthand property for setting the width of the four borders in one declaration, can have from one to four values Margin Properties: NN: Netscape, IE: Internet Explorer, W3C: Web Standard Property Description Values NN IE W3C margin A shorthand property for margin-top 4.0 4.0 CSS1 setting the margin margin-right properties in one margin-bottom declaration margin-left margin-bottom Sets the bottom margin of auto 4.0 4.0 CSS1 an element length % margin-left Sets the left margin of an auto 4.0 3.0 CSS1 element length % margin-right Sets the right margin of auto 4.0 3.0 CSS1 an element length
  • 7. % margin-top Sets the top margin of an auto 4.0 3.0 CSS1 element length % Padding Properties: NN: Netscape, IE: Internet Explorer, W3C: Web Standard Property Description Values NN IE W3C padding A shorthand property for padding-top 4.0 4.0 CSS1 setting all of the padding padding-right properties in one padding-bottom declaration padding-left padding-bottom Sets the bottom padding length 4.0 4.0 CSS1 of an element % padding-left Sets the left padding of an length 4.0 4.0 CSS1 element % padding-right Sets the right padding of length 4.0 4.0 CSS1 an element % padding-top Sets the top padding of an length 4.0 4.0 CSS1 element %