enter image description here
I am trying to make as it is same but not able to create as its text shadow of the numbers ?
panel{
background-color: rgb(178, 223, 243)
width: var(–widths);
height: calc(var(–widths) *0.12)
margin-left: 50px
display: flex
flex-direction: row
}
h1{text-shadow: 25px 2px white;}
New contributor
Sahful Umar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.