I would like design £1 similar to the following image using CSS.
I would like to have some text with gradient colour, gradient border and text-shadow in this design. I tried the following code, but it doesn't work.
CSS:
.pound-lbl {
background-image: linear-gradient(275deg, #f8e71c 0%, #f8bd1c 100%);
-webkit-background-clip: text;
color: #FFDE17;
text-shadow: 0 2px 4px rgba(0,0,0,0.50);
background: -webkit-linear-gradient(275deg,#F8CC1C 0%, #FFFFFF 100%);
-webkit-background-clip: text;
-webkit-text-stroke: 2px transparent;
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…