CSS - overlay background

0 votes
174 views
added Sep 27, 2018 in CSS by LC Marshal Captain (25,790 points)
.hero-page-title {
    padding: 45px 0px;
    text-align: center;
    width: 100%;
    position: relative;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.59);
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.59);
    background: url(images/buy_b.jpg) no-repeat center;
    background-size: cover;
    margin: 0;
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...