Line 3: | Line 3: | ||
<html> | <html> | ||
<style> | <style> | ||
+ | .link_box { | ||
position: absolute; | position: absolute; | ||
− | opacity: 0. | + | opacity: 0.02; |
− | filter: alpha(opacity= | + | filter: alpha(opacity=2); |
− | -moz-opacity:0. | + | -moz-opacity:0.02; |
background-color: black; | background-color: black; | ||
z-index: 2; | z-index: 2; | ||
Line 15: | Line 16: | ||
transition: all 0.7s ease-in; | transition: all 0.7s ease-in; | ||
} | } | ||
− | |||
.link_box:hover { | .link_box:hover { | ||
-moz-transform: scale(1.05); | -moz-transform: scale(1.05); | ||
Line 25: | Line 25: | ||
-moz-opacity:0.10; | -moz-opacity:0.10; | ||
} | } | ||
− | |||
.link_box:before { | .link_box:before { | ||
content: ""; | content: ""; | ||
} | } | ||
− | |||
− | |||
.round_box { | .round_box { | ||
-webkit-border-radius: 75px; | -webkit-border-radius: 75px; |
Revision as of 21:19, 1 November 2017