вопрос
Как реализовать такое http://prntscr.com/8s8pmr ??
<div class="lenta">
<div class="edge-left"></div>
<div class="cont">2 сезон 9 серия</div>
</div>
<style>
.lenta {
float: right;
position: absolute;
right: 419px;
top: 322px;
z-index: 2;}
.edge-left {
float: left;
width: 0;
height: 0;
border-width: 10px;
border-style: solid;
border-color: rgb(138, 33, 46) rgb(138, 33, 46) rgb(138, 33, 46) rgba(255, 255, 255, 0);
position: relative;}
.cont {
background: rgb(138, 33, 46);
float: left;
color: #fff;
padding-top: 1px;
height: 19px;
padding-right: 7px;
}
</style>