Hallo MudGuard,
Nö, die Beschriftung bleibt, nur deren Ausrichtung ändert sich.
Stellt sich schon die Frage, wer überhaupt die Beschriftung ist?
<h2 class="box-title" id="css-editor-title">
<span class="box-title-name">CSS</span>
</h2>
Das span-Element jedenfalls nicht.
body.layout-top .top-boxes .box .box-title-name {
visibility: hidden;
}
und ein h2::after
auch nicht.
.box-title::after {
font-size: 12px;
font-weight: normal;
margin-left: 5px;
position: relative;
}
Wie das geht: CSS animation, Media Query, transform: rotate ...
Darfs a bissel mehr sein?
Bis demnächst
Matthias