1.hiring-banner { 2 font-family: "Roboto", sans-serif; 3 font-size: 12px; 4 background: #db4634; 5 box-shadow: 0 0 3px rgba(0, 0, 0, 30%); 6 left: -65px; 7 letter-spacing: 1px; 8 line-height: 25px; 9 position: absolute; 10 text-align: center; 11 top: 20px; 12 transform: rotate(-45deg); 13 width: 200px; 14 z-index: 5; 15 16 a { 17 color: white; 18 text-decoration: none; 19 } 20} 21