markdown 响应全屏背景图像

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 响应全屏背景图像相关的知识,希望对你有一定的参考价值。

1. Responsive full-screen background image


```
body {
    background-image: url('background.png');
    background-size: cover;  
    background-position: center center;  
    background-repeat: no-repeat;
    background-attachment: fixed; 	
}

```


example in [code open]()

以上是关于markdown 响应全屏背景图像的主要内容,如果未能解决你的问题,请参考以下文章

如何让我的背景视频全屏响应?

css 全屏响应背景

Nativescript 背景图像全屏

将鼠标悬停在图像上会使该图像成为全屏背景

如何设置全屏背景图像?

Wordpress 标题导航定位在全屏背景图像上