Background color

Background series:

  • background attribute

  • background-color: Background color How
    to express colors:
    1. Words: red (red) green (green) etc.
    2. rgb (255,255,255) 3.
    hexadecimal #e0e0e0

  • background-imge; set the picture as the element background

background color

Insert picture description here

Background image

  • background-imge: url (image path)
  • The default is tile effectInsert picture description here
  • Set not to be tiled
  • background-repeat:no-reapeat

Insert picture description here

  • Tile in the horizontal direction
  • background-repeat:repeat-x

Insert picture description here

  • On the y axis (tiled vertically)
    Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_53125457/article/details/111061373