Blur bords CSS

.blur-box {
    background-color: #555;
    box-shadow: 0 0 5px 10px #555;
}
Friendly Falcon