Skip to content

Instantly share code, notes, and snippets.

View dmchandru's full-sized avatar
🎯
Focusing

Chandru Dhanasekar dmchandru

🎯
Focusing
View GitHub Profile
getThumbImage(image) {
return (<div style={{position:'relative'}}><img className="car-image" src={require(`../static/images/${image}`)} alt=""/><span style={coloroverlay}></span></div>);
}
var coloroverlay = {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 0, 0, 0.34);