Розмитий фон
HTML
<div class="article-bg" style="background: url(https://i2.wp.com/ivaniura.org.ua/wp-content/uploads/2017/03/kill-windows.jpg) no-repeat fixed;"></div>
CSS
.article-bg {
background-size: cover !important;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
filter: blur(10px);
}