Webkit-border-radius and -webkit-border-image at the same time. Does it work?

Try using background-image instead of border-image. For example.

Try using background-image instead of border-image. For example: . Mydiv { width: 75px; height: 75px; margin: 0px; border-radius: 10px; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f8), color-stop(25%,#7e7699), color-stop(50%,#120634), color-stop(75%,#7e7699), color-stop(100%,#f5f5f8)); }.

That sets the background, not the border. – BoltClock? Nov 25 at 20:00.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions