scss display on hover code example Example: hover over something to make html visible div { display: none; } a:hover + div { display: block; }