ADDING A box-shadow

<style>
  #thumbnail {
    box-shadow: 0 10px 20px rgba (0, 0, 0, 0.19), 0 6px 6px rgba (0, 0, 0, 0.23);
  }
</style>

Hello there.

Do you have a question?

If so, please edit your post to include it.

The more information you give us, the more likely we are to be able to help.

How do you decrease the opacity of an element by selecting there class given in a HTML code on internal styling

Do you mean this:

.class-name {
  opacity: 0.5 /*Default is 1 */
}
1 Like

yes thank alot…looking forward to more engagement in coding