2017-08-28 79 views

回答

0
  • 您在background上找不到url()屬性值。
  • 應該background: url(/images/IMG_6341.jpg);

段:

body { 
 
    background: url(https://placehold.it/500x500) no-repeat center center; 
 
}

相關問題