Difference between revisions of "Template:Paris Bettencourt/cssHome"
CeliaFoulon (Talk | contribs) |
CeliaFoulon (Talk | contribs) |
||
Line 73: | Line 73: | ||
} | } | ||
− | .textContent .nav div div { | + | .textContent .nav div div:after { |
− | + | content: ''; | |
− | transition: | + | position absolute; |
+ | width: 100%; | ||
+ | height: 1px; | ||
+ | bottom: 0; | ||
+ | background: rgba(255,255,255,0.7); | ||
+ | transition: background 0.1s, height 0.1s; | ||
} | } | ||
+ | .textContent .nav div:hover div:after { | ||
+ | height: 3px; | ||
+ | background: rgba(255,0,255,0.7); | ||
+ | } | ||
+ | |||
.textContent .nav div:hover div { | .textContent .nav div:hover div { |
Revision as of 01:54, 19 September 2015