Difference between revisions of "Template:Paris Bettencourt/cssHome"

Line 73: Line 73:
 
}
 
}
  
.textContent .nav div div {
+
.textContent .nav div div:after {
     border-bottom: 1px solid rgba(255,255,255,0.7);
+
     content: '';
     transition: border 0.5s ease-in-out;
+
    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