To insert code use <code>...</code>.
Border image color
  • Hi:

    In color panel, add effects and customization to the edges of images, like this:

    img {
    box-shadow: 0 0 5px rgba(0, 182, 222, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 182, 222, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 182, 222, 0.3);
    -moz-transition: border-color .25s linear;
    -webkit-transition: border-color .25s linear;
    transition: border-color .25s linear;
    border-color: #4B9BC1;
    }


    Thanks!
  • 1 Comment sorted by
  • Hi ohzaru ,

    Thanks for the suggestion. I will think about it.

    Regards,
    KaptinLin