Hi there,
I have seen you have recently included text-shadow. Do you think box-shadow will be released soon?
Cheers
I have seen you have recently included text-shadow. Do you think box-shadow will be released soon?
Cheers
figure{
background-color: #EEA;
text-align: center;
}
img {
padding: 6px 0px 4px 4px;
margin:0 0 0 0;
background: -webkit-linear-gradient(#EEA, rgba(55,55,55,0.42));
background: -moz-linear-gradient(#EEA, rgba(55,55,55,0.42));
background: linear-gradient(#EEA, rgba(55,55,55,0.42));
width:95%;
}