Difference between revisions of "Utilisateur:Sebiseba/common.css"
From Wazeopedia
Line 1: | Line 1: | ||
− | + | span { | |
color:red; | color:red; | ||
} | } |
Revision as of 17:45, 17 May 2020
span {
color:red;
}
div.top {
margin: 20px 0;
position: relative;
width: 120px;
height: 70px;
border: 1px solid #aaa;
overflow: hidden;
}
div.top div {
width: 100px;
height: 50px;
font-size: 12px;
padding: 10px;
position: absolute;
top: 0;
left: 0;
text-align: center;
background: #fff;
}
div.top div.first {
z-index: 1000;
}
div.top:hover div.first {
display: none;
}