[RSS Feed/News] css image path

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hello, I'm trying to pull the image in the images folder with css, it doesn't work, where am I making a mistake?

CSS:

Code:
.saas_banner_area {
  height: 1075px;
  padding-top: 230px;
  background-image: -moz-linear-gradient(
    170deg,
    #4f40ff 0%,
    #25ddf5 65%,
    #11bdff 100%
  );
  background-image: -webkit-linear-gradient(
    170deg,
    #4f40ff 0%,
    #25ddf5 65%,
    #11bdff 100%
  );
  background-image: -ms-linear-gradient(
    170deg,
    #4f40ff 0%,
    #25ddf5 65%...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom