Does anyone know how to blur the background
, but allow for the text and buttons to be kept not blurred
Also this is a small cover on the background, Not the background so a simple <p>
after the code wont work
.middlecoversecond{
margin-left: 0%;
margin-right: 0%;
height: 550px;
position: center;
background-color: #dddddd;
border-style: solid;
border-width: 3px;
filter: blur(10px);
}
<div class="middlecoversecond">
<h1>More Stuff2</h1>
<p> Other of this</p>
</div>