Please Identify Mouse Hover Effect

Discussion in 'Programming' started by makcapri, Jul 2, 2014.

  1. #1
    I need help. Please open below url. In this url, you will see 3 boxes above footer. On any of them box there is a mouse hover effect. Please tell me how can I create this myself? Is this CSS3?

    http://thepaintdrop.com/
    Code (markup):
     
    makcapri, Jul 2, 2014 IP
  2. ThePHPMaster

    ThePHPMaster Well-Known Member

    Messages:
    737
    Likes Received:
    52
    Best Answers:
    33
    Trophy Points:
    150
    #2
    ThePHPMaster, Jul 5, 2014 IP
  3. RAND0M1ZER

    RAND0M1ZER Active Member

    Messages:
    142
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #3
    .box:hover {
    inset 0 0 50px rgba(0,0,0,0.75);
    }
    Code (CSS):
    <div class="box">
    
    </div>
    HTML:
     
    RAND0M1ZER, Jul 30, 2014 IP
  4. sarahk

    sarahk iTamer Staff

    Messages:
    28,821
    Likes Received:
    4,539
    Best Answers:
    123
    Trophy Points:
    665
    #4
    Learn to use the inspect tools in your browser - they help you identify css tricks used on sites.
     
    sarahk, Jul 30, 2014 IP