output- hover on name and the value displays beneath, atm its visible .top { font-family: 'Brush Script MT', cursive; font-size:50px; }
.hid{
align-content: center;
padding:auto 0;
margin:0;
display:none;
}
.top:hover .hid
{
color: red;
display: block;
}
I checked other similar topics, tried the combinators like + and ~, still won't work.
please help. tia