
Bu şekil bir bar yapmak istiyorum CSS kodu ilemi yapılıyor bilen varsa yardımcı olursa sevinirim.
7
●184
.headerstrip-content-background {
background-color: #fff;
opacity: 1;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #a42db4; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(left, #a42db4, #e45d61); /* For Safari 5.1 to 6.0 */
background: linear-gradient(to right, #a42db4 , #e45d61); /* Standard syntax */