Difference between revisions of "Utilisateur:Sebiseba/common.css"
From Wazeopedia
m (Sebiseba a déplacé la page Utilisateur:Sebiseba/css vers Utilisateur:Sebiseba/commun.css) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | span { | ||
+ | color: #f00; | ||
+ | } | ||
div.top { | div.top { | ||
margin: 20px 0; | margin: 20px 0; |
Latest revision as of 17:46, 17 May 2020
span {
color: #f00;
}
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;
}