【web前端(十)】html_背景

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>背景1</title> <style> /*背景图片平铺repeat-y repeat-x*/ /*不平铺(不重复)的话,就是no-repeat*/ body{ background-repeat: repeat-y repeat-x; background-image:url(
相关文章
相关标签/搜索