Viewing 1 replies (of 1 total)
  • Thread Starter rampscum

    (@rampscum)

    MY CSS:
    `#header {
    background: #000;
    }
    #main-wrap {
    background:#000;
    }
    #header > h1 {
    padding-top: 60px;
    }
    table, th, td, tr {
    border: none !important;
    }
    .brighten img {
    -webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    }

    .brighten img:hover {
    -webkit-filter: brightness(100%);
    }
    .aigpl-gallery-slider .slick-dots li{text-indent: unset !important;}
    @media only screen and (max-width:767px) {
    #navbar select {display: none !important;}
    #navbar div {display: block !important;}
    }


    tried to add something and get “expected rbrace”

    • This reply was modified 2 years, 11 months ago by rampscum.
Viewing 1 replies (of 1 total)
  • The topic ‘How to add a Custom Cursor (.png / .cur) on Custom CSS, please’ is closed to new replies.