.entry-content h3 { position: relative; color: #fff; padding: 6px 10px; z-index: 2; } .entry-content h3::before, .entry-content h3::after { position: absolute; width: 98%; height: 100%; content: ''; } .entry-content h3::before{ top: 0px; left: 0px; z-index: -1; background-color: #ff0000; } .entry-content h3::after{ top: 4px; left: 4px; z-index: -2; background-color: #FF87C9; }