写css背景图片代码可以参考以下:
body {background-image:url(abc.jpg);}
扩展资料:
1、背景图片语法:{background-image: url(url)|none}
2、背景固定语法:{background-attachment:fixed|scroll}
3、背景重复语法:{background-repeat:inherit|no-repeat|repeat|repeat-x|repeat-y}
4、背景定位语法:{background-position:数值|top|bottom|left|right|center}
参考资料来源:百度百科-CSS语法