Css cheat sheet (tricks)

  BACKGROUND


background-image : url // gradient // none

background-position: top left// top center // top right//center left//center center//center right// bottom left // bottom right // bottom center // x-%/px // y-%/px

background-size : auto//cover//contain//%

background-size : repeat // repeat x // repeat y // no repeat

background-attachment: repeat // repeat x //repeat y // no repeat

background-origin: border-box // padding-box // content-box

background-clip : border box // padding-box // content-box // no-clip 

background-color : color/ transparent



                             BORDER


border- width : thin // medium // thick // length


border-style: none // hidden // dotted // dashed // solid // double // groove // ridge // inset


border-image: image // none


border-color: color name // hex value // rgb value


border-collapse : collaps // separate


border-radius: length

 

Comments

My works said…
Really helpfull you