Copy link to clipboard
Copied
Does anyone know how to do such a thing?
Copy link to clipboard
Copied
Create a class like below and add to your html as required:
.shadow{
-moz-box-shadow: 2px 2px 3px #666;
-webkit-box-shadow: 2px 2px 3px #666;
box-shadow: 2px 2px 3px #666;
}
Copy link to clipboard
Copied
Thanks for that but I wasnt clear enough in my question.
I have the code but I havent been able to find where to place it in the home slider app.
From my attempts I have determined that a class like the one in this post .shadow needs to be placed
somewhere in the javascript code unless there is a way to combine a drop shadow and a glow effect in one box-shadow statement.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now